Example #1
0
        public IHttpActionResult DeleteGroupShareathon()
        {
            int i = sharegrprepo.deletegroupshraethonpost();

            if (i == 1)
            {
                return(Ok());
            }
            else
            {
                return(BadRequest());
            }
        }
Example #2
0
        public IHttpActionResult DeleteGroupShareathon()
        {
            int i = sharegrprepo.deletegroupshraethonpost();

            return(Ok());
        }