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