Beispiel #1
0
 public IList <Country> GetCountryInfo(string Country = null)
 {
     return(_businessInstance.GetCountryInfo(Country));
 }