public CountryController()
 {
     _country = new Business.Country();
 }
Beispiel #2
0
 public static DataTable GetCountries()
 {
     Business.Country countryController = new Business.Country();
     return(countryController.GetCountries());
 }