コード例 #1
0
        public ActionResult <IEnumerable <Command> > GetAllCommands()
        {
            var commandItems = _repository.GetAllCpmmands();

            return(Ok(commandItems));
        }