Exemplo n.º 1
0
        public IEnumerable <string> Get()
        {
            var t      = optionsAccessor.ApiName;
            var config = WebConfiguration.Insance();

            return(new string[] { "value1", "value2" });
        }