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