Exemple #1
0
        private void GSTcategoryList_Load(object sender, EventArgs e)
        {
            List <eSunSpeedDomain.TaxCategoryModel> lstGSTcategorys = objtaxbl.GetAllGSTCategories();

            dvgGSTcategoryList.DataSource = lstGSTcategorys;
        }