예제 #1
0
        public List <string> GetOperators()
        {
            var operators = _actionManager.GetAllOperators();

            return(operators);
        }