Ejemplo n.º 1
0
        public IHttpActionResult DeleteGrPagehareathon()
        {
            int i = sharepo.deletepageshraethonpost();

            if (i == 1)
            {
                return(Ok());
            }
            else
            {
                return(BadRequest());
            }
        }
Ejemplo n.º 2
0
        public IHttpActionResult DeleteGrPagehareathon()
        {
            int i = sharepo.deletepageshraethonpost();

            return(Ok());
        }