public CustomDay_WBIController(KORE_Interactive_MSCRMContext context)
 {
     customDay_WBIRepo = new CustomDay_WBIRepo(context);
     timeslipRepo      = new TimeslipRepo(context);
     userRepo          = new UserRepo(context);
     customDayRepo     = new CustomDayRepo(context);
 }
Exemple #2
0
 public TimeslipController(KORE_Interactive_MSCRMContext context)
 {
     timeslipRepo = new TimeslipRepo(context);
     wbiRepo      = new WBIRepo(context);
 }
 public TimeslipController(ApplicationDbContext context)
 {
     timeslipRepo = new TimeslipRepo(context);
 }