Beispiel #1
0
        public ActionResult <IEnumerable <Command> > GetAllCommands()
        {
            var commandItem = _repository.GetAppcommands();

            return(Ok(commandItem));
        }