示例#1
0
 public DataSet BL_BindEmployeeList(EWA_SalarySettings objEWA)
 {
     try
     {
         objDL = new DL_SalarySettings();
         DataSet ds = objDL.DL_BindEmployeeList(objEWA);
         return(ds);
     }
     catch (Exception exp)
     {
         throw exp;
     }
 }