Esempio n. 1
0
        public ActionResult <IEnumerable <CommandReadDto> > GetAllCommands()
        {
            var commandItem = _repository.GetAllCommad();

            return(Ok(commandItem));
        }