Пример #1
0
 public async Task Delete(T obj)
 {
     _context.Remove(obj);
     await _context.SaveChangesAsync();
 }