C# Class UCosmic.Impl.Seeders.BaseEstablishmentEntitySeeder

Inheritance: UCosmic.Impl.Seeders.BaseDataSeeder
Show file Open project: ucosmic/UCosmicPreview

Protected Methods

Method Description
BaseEstablishmentEntitySeeder ( IProcessQueries queryProcessor, IHandleCommands createEstablishment, IUnitOfWork unitOfWork ) : System.Collections.Generic
Seed ( CreateEstablishment command ) : Establishment

Method Details

BaseEstablishmentEntitySeeder() protected method

protected BaseEstablishmentEntitySeeder ( IProcessQueries queryProcessor, IHandleCommands createEstablishment, IUnitOfWork unitOfWork ) : System.Collections.Generic
queryProcessor IProcessQueries
createEstablishment IHandleCommands
unitOfWork IUnitOfWork
return System.Collections.Generic

Seed() protected method

protected Seed ( CreateEstablishment command ) : Establishment
command CreateEstablishment
return UCosmic.Domain.Establishments.Establishment