Пример #1
0
 public static void BindCountryList(DropDownList list, string defaultCountry)
 {
     CountryDAL.BindCountryList(list, defaultCountry);
 }
Пример #2
0
 /// <summary>
 /// Bind the CountryName and CountryCode
 /// </summary>
 /// <returns></returns>
 public static DataTable BindCountryList()
 {
     return(CountryDAL.BindCountryList());
 }