Example #1
0
 public ProcessExtData(CompanySymbols cs)
 {
     _comapnSymobls = cs;
     _regexPattern1 = new Regex(@"Company$");
     _regexPattern2 = new Regex(@"Ltd$");
     _regexPattern3 = new Regex(@"Limited$");
     _regexPattern4 = new Regex(@"Inc$");
 }
Example #2
0
 public GetExternalData()
 {
     CompanySymbols = new CompanySymbols();
 }