Beispiel #1
0
 public SigninController()
 {
     _db = new CrsInternServcieEntities1();
 }
 public AccountController()
 {
     _db = new CrsInternServcieEntities1();
 }
 public WorkListController()
 {
     _db = new CrsInternServcieEntities1();
 }