예제 #1
0
 public ServiceResult<IList<User>> GetAll()
 {
     UserService service = new UserService(_container);
     return service.GetAll();
 }