Exemplo n.º 1
0
 public EmployeeService()
 {
     Repository = new dbRepository(new Context());
 }
Exemplo n.º 2
0
 public UserService()
 {
     Repository = new dbRepository(new Context());
 }