C# Class UCosmic.Impl.Seeders.EstablishmentTypeAndCategorySeeder

Inheritance: UCosmic.Impl.Seeders.BaseDataSeeder
Mostra file Open project: ucosmic/UCosmicPreview Class Usage Examples

Public Methods

Method Description
EstablishmentTypeAndCategorySeeder ( IProcessQueries queryProcessor, IHandleCommands createEstablishmentCategory, IHandleCommands createEstablishmentType, IUnitOfWork unitOfWork ) : System.Collections.Generic
Seed ( ) : void

Method Details

EstablishmentTypeAndCategorySeeder() public method

public EstablishmentTypeAndCategorySeeder ( IProcessQueries queryProcessor, IHandleCommands createEstablishmentCategory, IHandleCommands createEstablishmentType, IUnitOfWork unitOfWork ) : System.Collections.Generic
queryProcessor IProcessQueries
createEstablishmentCategory IHandleCommands
createEstablishmentType IHandleCommands
unitOfWork IUnitOfWork
return System.Collections.Generic

Seed() public method

public Seed ( ) : void
return void