Esempio n. 1
0
 public virtual async Task <T> GetByIdAsync(int id)
 {
     return(await _context.Set <T>()
            .FindAsync(id));
 }