C# 클래스 UCosmic.Impl.Seeders.BasePersonEntitySeeder

상속: UCosmic.Impl.Seeders.BaseDataSeeder
파일 보기 프로젝트 열기: ucosmic/UCosmicPreview

보호된 메소드들

메소드 설명
BasePersonEntitySeeder ( IProcessQueries queryProcessor, IHandleCommands createPerson, IHandleCommands createAffiliation, IUnitOfWork unitOfWork ) : System
Seed ( int establishmentId, CreatePersonCommand command ) : Person

메소드 상세

BasePersonEntitySeeder() 보호된 메소드

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

Seed() 보호된 메소드

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