예제 #1
0
 public T_HR_ATTENDANCEDEDUCTDETAIL GetAttendanceDeductDetailByID(string strDeductDetailId)
 {
     using (AttendanceDeductDetailBLL bllAttendanceDeductDetail = new AttendanceDeductDetailBLL())
     {
         return bllAttendanceDeductDetail.GetAttendanceDeductDetailByID(strDeductDetailId);
     }
 }