Exemple #1
0
 public bool HardDeleteEntity(T entity)
 {
     _context.Remove(entity);
     return(Save());
 }