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