コード例 #1
0
        public ActionResult Comments(string Username, string RepositoryName, int Id)
        {
            IEnumerable <Comment> comments = BaseAPI.Comments(RepositoryName, Username, Id);

            return(View(GetBaseView(comments)));
        }