Esempio n. 1
0
 public User Get(long id)
 {
     return(SimpleDb.GetById(id));
 }