예제 #1
0
 public async Task <T> GetById(int id)
 {
     return(await _context.Set <T>().FindAsync(id));
 }