C# Class UCosmic.Impl.Seeders.EmailTemplateEntitySeeder

Inheritance: UCosmic.Impl.Seeders.BaseDataSeeder
Afficher le fichier Open project: ucosmic/UCosmicPreview

Méthodes publiques

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

Méthodes protégées

Méthode Description
Seed ( CreateEmailTemplate command ) : void

Method Details

EmailTemplateEntitySeeder() public méthode

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

Seed() public méthode

public Seed ( ) : void
Résultat void

Seed() protected méthode

protected Seed ( CreateEmailTemplate command ) : void
command CreateEmailTemplate
Résultat void