Esempio n. 1
0
 public void Delete(Card pEntity)
 {
     _cardContext.Remove(pEntity);
     _cardContext.SaveChanges();
 }