コード例 #1
0
        public bool IsThereAnyCards(string CLientIdCard)
        {
            if (cardsRepo.GetAcitiveCardsCount(CLientIdCard) == 0)
            {
                return(false);
            }

            else
            {
                return(true);
            }
        }