Ejemplo n.º 1
0
        public dynamic DeleteEntity(int entityId)
        {
            var orchestrator = new EntityTestOrchestrator(new ModelStateWrapper(this.ModelState));

            return(orchestrator.DeleteEntity(entityId).GetResponse());
        }