예제 #1
0
        public async Task <ICollection <Notification> > GetUnseenNotifications(string username)
        {
            var nots = await notificationRepo.GetUnseenNotifications(username);

            return(nots);
        }