Example #1
0
 public async Task Delete(T entity)
 {
     _context.Remove(entity);
     await SaveAsync();
 }