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