예제 #1
0
 public List <ProvinceDto> GetCountryProvinces(int?countryId)
 {
     return(_IListManager.GetCountryProvinces(countryId));
 }