Beispiel #1
0
 public string GetStateByCountryId(int selectedCountry)
 {
     ViewBag.stateListByCountry = DbOperation.FetchStateByCountryId(selectedCountry);
     return(ViewBag.stateListByCountry);
 }