Example #1
0
 public User GetUser(int id)
 {
     UserRepository ur = new UserRepository();
     return ur.GetByID(id);
 }