Esempio n. 1
0
 public void Deletar(TEntity obj)
 {
     _eventosContexto.Remove(obj);
     _eventosContexto.SaveChanges();
 }