예제 #1
0
 public HomeController()
 {
     _entities = new ProjectDbEntities();
 }
예제 #2
0
 public UserController()
 {
     _entities = new ProjectDbEntities();
     _validation = new Validation();
 }
예제 #3
0
 public Validation()
 {
     _entities = new ProjectDbEntities();
 }