コード例 #1
0
 public SigninController()
 {
     _db = new CrsInternServcieEntities1();
 }
コード例 #2
0
 public AccountController()
 {
     _db = new CrsInternServcieEntities1();
 }
コード例 #3
0
 public WorkListController()
 {
     _db = new CrsInternServcieEntities1();
 }