コード例 #1
0
ファイル: AttendanceService.svc.cs プロジェクト: JuRogn/OA
 public T_HR_EMPLOYEEEVECTIONRECORD GetEmployeeEvectionRecordByID(string strID)
 {
     using (EmployeeEvectionRecordBLL bll = new EmployeeEvectionRecordBLL())
     {
         return bll.GetEmployeeEvectionRecordByID(strID);
     }
 }