예제 #1
0
 public EmployeeService()
 {
     Repository = new dbRepository(new Context());
 }
예제 #2
0
 public UserService()
 {
     Repository = new dbRepository(new Context());
 }