Esempio n. 1
0
 public Contact GetById(int id)
 {
     return(_dbContext.GetById(id));
 }