Ejemplo n.º 1
0
 public UCCRepository(UCContext db, ApplicationDbContext adb)
 {
     this.db  = db;
     this.adb = adb;
 }
Ejemplo n.º 2
0
        //ApplicationDbContext adb;

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