Example #1
0
 public Provider(string name, Country country)
 {
     this.country = country;
     this.name    = name;
 }
Example #2
0
 public Provider(Country country, Company company)
 {
     this.country = country;
     this.company = company;
 }