Esempio n. 1
0
 public CardDTO GetCardById(int cardId)
 {
     return(converterToDTO.ConvertToCardDTO(moderation.GetCardById(cardId)));
 }