예제 #1
0
 public User GetUserById(int id)
 {
     try
     {
         return(UserFunctions.GetUserById(id));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }