Пример #1
0
        public ActionResult DeleteAllCommand()
        {
            var commandItems = _commanderService.GetAllCommands();

            _commanderService.DeleteAllCommand(commandItems);
            _commanderService.SaveChanges();

            return(NoContent());
        }