예제 #1
0
 public MarketFilter WithCountryCode(string countryCode)
 {
     CountryCodes ??= new HashSet <string>();
     CountryCodes.Add(countryCode);
     return(this);
 }