Exemple #1
0
 public void Delete(T entity)
 {
     _context.Remove(entity);
     // Save();
 }