C# Class UCosmic.Impl.Seeders.EmailTemplateEntitySeeder

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

Public Methods

Method Description
EmailTemplateEntitySeeder ( IProcessQueries queryProcessor, IHandleCommands createEntity, IUnitOfWork unitOfWork ) : UCosmic.Domain.Establishments
Seed ( ) : void

Protected Methods

Method Description
Seed ( CreateEmailTemplate command ) : void

Method Details

EmailTemplateEntitySeeder() public method

public EmailTemplateEntitySeeder ( IProcessQueries queryProcessor, IHandleCommands createEntity, IUnitOfWork unitOfWork ) : UCosmic.Domain.Establishments
queryProcessor IProcessQueries
createEntity IHandleCommands
unitOfWork IUnitOfWork
return UCosmic.Domain.Establishments

Seed() public method

public Seed ( ) : void
return void

Seed() protected method

protected Seed ( CreateEmailTemplate command ) : void
command CreateEmailTemplate
return void