コード例 #1
0
 protected override void Seed(NoDaysOffAppContext context)
 {
     TenantConfiguration.Seed(context);
     DashboardConfiguration.Seed(context);
     DayConfiguration.Seed(context);
     TileConfiguration.Seed(context);
     BoundedContextConfiguration.Seed(context);
 }
コード例 #2
0
ファイル: Configuration.cs プロジェクト: cDoru/backlog
 protected override void Seed(BacklogContext context)
 {
     TenantConfiguration.Seed(context);
     RoleConfiguration.Seed(context);
     UserConfiguration.Seed(context);
     TaskStatusConfiguration.Seed(context);
     ProfileConfiguration.Seed(context);
     TileConfiguration.Seed(context);
 }