Interface IIdentityDataSeeder
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public interface IIdentityDataSeeder
Methods
SeedAsync(string, string, Guid?)
Declaration
Task<IdentityDataSeedResult> SeedAsync(string adminEmail, string adminPassword, Guid? tenantId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | adminEmail | |
| string | adminPassword | |
| Guid? | tenantId |
Returns
| Type | Description |
|---|---|
| Task<IdentityDataSeedResult> |