Esempio n. 1
0
        public async Task <IActionResult> Edit(int Id)
        {
            var category = await _commentService.Get(Id);

            return(View(CommentHelpers.ConvertToView(category)));
        }