Ejemplo n.º 1
0
 public async Task Delete(T entity)
 {
     _context.Remove(entity);
     await _context.SaveChangesAsync();
 }