コード例 #1
0
 internal List <HRM_EMPLOYEES_VIEWER> GetEmployeesByE_id(string eid, DateTime EffectiveDate)
 {
     return(objCtx_DAL.GetEmployeesByE_id(eid, EffectiveDate));
 }