public HomeController() { _entities = new ProjectDbEntities(); }
public UserController() { _entities = new ProjectDbEntities(); _validation = new Validation(); }
public Validation() { _entities = new ProjectDbEntities(); }