コード例 #1
0
        public dynamic PutEntity([FromBody] EntityPutInputModel model)
        {
            var orchestrator = new EntityTestOrchestrator(new ModelStateWrapper(this.ModelState));

            return(orchestrator.PutEntity(model).GetResponse());
        }