コード例 #1
0
        public ActionResult GetNotifications(int userId)
        {
            var notifications = _connection.GetNotifications(userId);

            return(Accepted(notifications));
        }