diff --git a/EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_QryService.cs b/EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_QryService.cs index 923f497..abfb670 100644 --- a/EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_QryService.cs +++ b/EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_QryService.cs @@ -471,7 +471,7 @@ namespace EasyBL.WEBAPP.SYS CityMaintain_UpdService cm_upd = new CityMaintain_UpdService(); - ResponseMessage rm = cm_upd.QueryList(i_crm); + ResponseMessage rm = cm_upd.QueryCountryList(i_crm); return rm; } diff --git a/EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_UpdService.cs b/EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_UpdService.cs index dbf0b2b..ffccd88 100644 --- a/EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_UpdService.cs +++ b/EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_UpdService.cs @@ -394,7 +394,7 @@ namespace EasyBL.WEBAPP.WSM CityMaintain_UpdService cm_upd = new CityMaintain_UpdService(); - ResponseMessage rm = cm_upd.QueryList(i_crm); + ResponseMessage rm = cm_upd.QueryCountryList(i_crm); return rm; }