Esempio n. 1
0
        public long GetAdvertimentsCount(string userId, int?categoryId, string expression = null)
        {
            ArgumentsValidator.Validate(userId, nameof(userId));

            return(_adverismentRepository.GetAdvertismentsCount(userId, categoryId, expression));
        }