Exemple #1
0
 protected override void Seed(BacklogContext context)
 {
     TenantConfiguration.Seed(context);
     RoleConfiguration.Seed(context);
     UserConfiguration.Seed(context);
     TaskStatusConfiguration.Seed(context);
 }
Exemple #2
0
 protected override void Seed(BacklogContext context)
 {
     RoleConfiguration.Seed(context);
     UserConfiguration.Seed(context);
 }