Beispiel #1
0
        public async Task <IActionResult> EditMeetupCommentAsync([FromForm] MeetupCommendAddView view, string commentid)
        {
            var result = await _service.EditMeetupCommentAsync(view, commentid);

            return(Ok(result));
        }