예제 #1
0
        public int AddEditCountry(CountryModel objmodel)
        {
            try
            {
                return(objcountrydal.AddEditCountry(objmodel));
            }
            catch (Exception)
            {
                return(0);

                throw;
            }
        }