Exemple #1
0
 public static CountryDto GetCountryById(int pCountryId)
 {
     return(CallingPlanController.GetCountry(pCountryId));
 }
Exemple #2
0
 public static CountryDto GetCountryByCode(int pCountryCode)
 {
     return(CallingPlanController.GetCountryByCountryCode(pCountryCode));
 }