Exemplo n.º 1
0
 /// <summary>
 /// Get a card by its id.
 /// </summary>
 /// <param name="cardID">The id of the card to retrieve.</param>
 /// <returns>The corresponding card.</returns>
 public static Card GetCardById(string cardID)
 {
     return(CardsDAO.GetCardById(cardID));
 }