Files
old-new-wiaas/frontend/src/helpers/CountryHelper.js
2018-09-20 13:39:25 +02:00

6 lines
164 B
JavaScript

export const fromWiaasCountryList = (countryList) => {
return {
idCountry: countryList.country_id,
countryName: countryList.country_name
}
}