Exemplo n.º 1
0
        public IHttpActionResult CreateOrUpdate(UserBindModel model)
        {
            appService.CreateOrUpdate(model);

            return(Ok());
        }