コード例 #1
0
        public object Get(GetNotificationsSummary request)
        {
            var result = _notificationsRepo.GetNotificationsSummary(request.UserId);

            return(result);
        }
コード例 #2
0
 public object Get(GetNotificationsSummary request)
 {
     return(_notificationsRepo.GetNotificationsSummary(request.UserId));
 }