public UCCRepository(UCContext db, ApplicationDbContext adb) { this.db = db; this.adb = adb; }
//ApplicationDbContext adb; public AdminRepo(UCContext db /*, ApplicationDbContext adb*/) { this.db = db; //this.adb = adb; }