C# Class UCosmic.Impl.Seeders.BasePersonEntitySeeder

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

Protected Methods

Method Description
BasePersonEntitySeeder ( IProcessQueries queryProcessor, IHandleCommands createPerson, IHandleCommands createAffiliation, IUnitOfWork unitOfWork ) : System
Seed ( int establishmentId, CreatePersonCommand command ) : Person

Method Details

BasePersonEntitySeeder() protected method

protected BasePersonEntitySeeder ( IProcessQueries queryProcessor, IHandleCommands createPerson, IHandleCommands createAffiliation, IUnitOfWork unitOfWork ) : System
queryProcessor IProcessQueries
createPerson IHandleCommands
createAffiliation IHandleCommands
unitOfWork IUnitOfWork
return System

Seed() protected method

protected Seed ( int establishmentId, CreatePersonCommand command ) : Person
establishmentId int
command CreatePersonCommand
return UCosmic.Domain.People.Person