Esempio n. 1
0
 public User GetUser(int id)
 {
     return(_dbHelper.GetAsync <User>(GET_USER_SP, new { id = id }));
 }