예제 #1
0
 public APP_USER GetUser(long UserId)
 {
     return(_repository.GetUser(UserId));
 }