Esempio n. 1
0
   //private SeatsContext db { get; set; }
 
  public ProviderUsersController()
  {
      this.db = new ApplicationDbContext();
      this.cactus = new SEATSEntities();
  }
Esempio n. 2
0
 public AdminController()
 {
     this.db = new ApplicationDbContext();
     this.cactus = new SEATSEntities();
 }
Esempio n. 3
0
 public CounselorsController()
 {
     this.db = new ApplicationDbContext();
    // this.db = db;
     this.cactus  = new SEATSEntities();
 }