Пример #1
0
        public JsonResult GetPostRatesByPostId(int postId, int userId, int start)
        {
            var nm = _postService.GetPostRatesByPostId(postId, userId, start);

            return(Json(nm, JsonRequestBehavior.AllowGet));
        }