Exemplo n.º 1
0
 // DELETE
 public void Delete(int id)
 {
     _context.Remove(GetById(id));
     _context.SaveChanges();
 }