예제 #1
0
 public UserDTO GetUserById(int id)
 {
     return(userService.GetById(id));
 }