Exemplo n.º 1
0
 public DateTime CardExpireDate(int cardId)
 {
     return(_cardRepository.GetCardExpireDate(cardId));
 }