Exemplo n.º 1
0
        public JsonResult GetAllDeleteComment()
        {
            var reasult = _commentApplication.GetAllDeleteComment();

            return(Json(reasult));
        }