Exemple #1
0
 protected override void Seed(NoDaysOffAppContext context)
 {
     TenantConfiguration.Seed(context);
     DashboardConfiguration.Seed(context);
     DayConfiguration.Seed(context);
     TileConfiguration.Seed(context);
     BoundedContextConfiguration.Seed(context);
 }
Exemple #2
0
 private void queryToolStripMenuItem_Click(object sender, EventArgs e)
 {
     config = new DayConfiguration(this);
     config.Show();
 }