Example #1
0
 public void DeleteFromtodaysCards(CardModel card)
 {
     todaysCards.Remove(card);
 }