예제 #1
0
 public List <Card> GetAllCards()
 {
     return(_cardsManager.GetAllCards());
 }