예제 #1
0
 public User GetUserById(int userId)
 {
     return(_authorization.GetUserById(userId));
 }