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