Esempio n. 1
0
 internal List <HRM_EMPLOYEES_VIEWER> GetSalaryDeductionByEID(DateTime deductDate)
 {
     return(objCtx_DAL.GetSalaryDeductionByEID(deductDate));
 }