protected override void Seed(BacklogContext context) { TenantConfiguration.Seed(context); RoleConfiguration.Seed(context); UserConfiguration.Seed(context); TaskStatusConfiguration.Seed(context); }
protected override void Seed(BacklogContext context) { RoleConfiguration.Seed(context); UserConfiguration.Seed(context); }