Beispiel #1
0
 public static Card GetCardById(int cardId)
 {
     return(CardDB.GetCardById(cardId));
 }