Method | Description | |
---|---|---|
Seed ( ) : void | ||
UserEntitySeeder ( IProcessQueries queryProcessor, IQueryEntities entities, IHandleCommands |
Method | Description | |
---|---|---|
Seed ( string emails, string firstName, string lastName, string gender, string establishmentUrl, string roles = null ) : void |
protected Seed ( string emails, string firstName, string lastName, string gender, string establishmentUrl, string roles = null ) : void | ||
emails | string | |
firstName | string | |
lastName | string | |
gender | string | |
establishmentUrl | string | |
roles | string | |
return | void |
public UserEntitySeeder ( IProcessQueries queryProcessor, IQueryEntities entities, IHandleCommands |
||
queryProcessor | IProcessQueries | |
entities | IQueryEntities | |
createPerson | IHandleCommands |
|
createEmail | IHandleCommands |
|
createUser | IHandleCommands |
|
grantRole | IHandleCommands |
|
unitOfWork | IUnitOfWork | |
return | System |