Exemple #1
0
        public List <string> GetCompanies()
        {
            IGetOptions opts = new GetOptions();

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

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

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

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