Пример #1
0
        public async Task <int> GetUnreadNotificationCount(string userName)
        {
            var count = await _user.GetUnreadNotificationCount(userName);

            return(count);
        }