Example #1
0
        public void Delete(string value)
        {
            var dataQuery = new CountryDataModel();

            dataQuery.CountryId = int.Parse(value);
            CountryDataManager.Delete(dataQuery, SessionVariables.RequestProfile);
        }