示例#1
0
        // Bind Staff List
        #region [BIND Staff List]
        public DataSet BindStaffList_BL(EWA_Common objEWA)
        {
            DataSet   ds    = null;
            DL_Common ObjDL = new DL_Common();

            try
            {
                ds = ObjDL.BindStaffList_DL(objEWA);
                return(ds);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }