Пример #1
0
        //Bind Grid of StudentData_BL to confirm Admission
        #region [Bind Student Data Region]

        public DataSet BindStudentData_BL(EWA_PayFees objEWA)
        {
            try
            {
                DL_PayFees objDL = new DL_PayFees();
                DataSet    ds    = objDL.BindStudentData_DL(objEWA);
                return(ds);
            }
            catch (Exception ex)
            {
                throw;
            }
        }