public WBIController(KORE_Interactive_MSCRMContext context) { wbiRepo = new WBIRepo(context); }
public WBIController(ApplicationDbContext context) { wbiRepo = new WBIRepo(context); }
public TimeslipController(KORE_Interactive_MSCRMContext context) { timeslipRepo = new TimeslipRepo(context); wbiRepo = new WBIRepo(context); }