public ActionResult Delete(int id, string tokenLogin) { return(Ok( pageViewService.Delete(id, tokenLogin) )); }
public ActionResult Delete(int id) { return(Ok( pageViewService.Delete(id) )); }