示例#1
0
        public async Task <IActionResult> DeleteComment(int id)
        {
            await _services.DeleteComment(id);

            return(Redirect("/admin/GetAllComment"));
        }