C# Class UCosmic.SeedData.GeographicExpertiseEntitySeeder

Inheritance: ISeedData
Mostrar archivo Open project: ucosmic/UCosmicAlpha

Public Methods

Method Description
GeographicExpertiseEntitySeeder ( ICommandEntities entities, IHandleCommands createGeographicExpertise, IHandleCommands createGeographicExpertiseLocation, IUnitOfWork unitOfWork ) : System
Seed ( ) : void

Method Details

GeographicExpertiseEntitySeeder() public method

public GeographicExpertiseEntitySeeder ( ICommandEntities entities, IHandleCommands createGeographicExpertise, IHandleCommands createGeographicExpertiseLocation, IUnitOfWork unitOfWork ) : System
entities ICommandEntities
createGeographicExpertise IHandleCommands
createGeographicExpertiseLocation IHandleCommands
unitOfWork IUnitOfWork
return System

Seed() public method

public Seed ( ) : void
return void