Exemple #1
0
        public static IList<LookupDetails> GetAllCountries()
        {
            VolunteerDataMapper objCaller = new VolunteerDataMapper();

            return objCaller.GetAllCountries();
        }