Exemplo n.º 1
0
        public List <string> GetCompanies()
        {
            IGetOptions opts = new GetOptions();

            return(opts.GetCompanies());
        }
Exemplo n.º 2
0
        public List <string> GetTStatuses()
        {
            IGetOptions opts = new GetOptions();

            return(opts.GetTStatuses());
        }
Exemplo n.º 3
0
        public List <string> GetLocation()
        {
            IGetOptions opts = new GetOptions();

            return(opts.GetLocations());
        }
Exemplo n.º 4
0
        public List <string> GetStreams()
        {
            IGetOptions opts = new GetOptions();

            return(opts.GetStreams());
        }
Exemplo n.º 5
0
 public List<string> GetTStatuses()
 {
     IGetOptions opts = new GetOptions();
     return opts.GetTStatuses();
 }
Exemplo n.º 6
0
 public List<string> GetStreams()
 {
     IGetOptions opts = new GetOptions();
     return opts.GetStreams();
 }
Exemplo n.º 7
0
 public List<string> GetLocation()
 {
     IGetOptions opts = new GetOptions();
     return opts.GetLocations();
 }
Exemplo n.º 8
0
 public List<string> GetCompanies()
 {
     IGetOptions opts = new GetOptions();
     return opts.GetCompanies();
 }