Example #1
0
 public static void deleteCountry(Country CountryObj)
 {
     CountryDBMapper dbm = new CountryDBMapper();
     dbm.delete(CountryObj);
 }
        public static void deleteCountry(Country CountryObj)
        {
            CountryDBMapper dbm = new CountryDBMapper();

            dbm.delete(CountryObj);
        }