protected override void Seed(HealthTrackerContext context)
 {
     TenantConfiguration.Seed(context);
     RoleConfiguration.Seed(context);
     UserConfiguration.Seed(context);
     AccountConfiguration.Seed(context);
     ProfileConfiguration.Seed(context);
 }
Example #2
0
 protected override void Seed(BacklogContext context)
 {
     TenantConfiguration.Seed(context);
     RoleConfiguration.Seed(context);
     UserConfiguration.Seed(context);
     TaskStatusConfiguration.Seed(context);
     ProfileConfiguration.Seed(context);
     TileConfiguration.Seed(context);
 }