Ejemplo n.º 1
0
 //GetUser will return null if the User isn't found
 public User GetUser(int id)
 {
     return(_userAccessor.Find(id));
 }