示例#1
0
    public DataTable BLLShowAllCountry()
    {
        DataTable dtShowAllCountry = countryDALObj.DALCountrySelectAll();

        return(dtShowAllCountry);
    }