Beispiel #1
0
        // Bind Branches BindBranches_BL
        #region [Bind Branches]

        public DataSet BindBranches_BL(EWA_Common objEWA)
        {
            try
            {
                DL_Common objDL = new DL_Common();
                DataSet   ds    = objDL.BindBranches_DL(objEWA);
                return(ds);
            }
            catch (Exception exp)
            {
                throw exp;
            }
        }