Esempio n. 1
0
 public T_HR_EMPLOYEELEAVERECORD GetLeaveRecordByID(string strID)
 {
     using (EmployeeLeaveRecordBLL bll = new EmployeeLeaveRecordBLL())
     {
         return bll.GetLeaveRecordByID(strID);
     }
 }