Ejemplo n.º 1
0
 public void Delete(object deleteObj)
 {
     _context.Remove(deleteObj);
     _context.SaveChanges();
 }