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