Ejemplo n.º 1
0
 public T_HR_EMPLOYEECANCELLEAVE GetEmployeeCancelLeaveByID(string id)
 {
     using (EmployeeCancelLeaveBLL bll = new EmployeeCancelLeaveBLL())
     {
         return bll.GetEmployeeCancelLeaveByID(id);
     }
 }
Ejemplo n.º 2
0
 public T_HR_EMPLOYEECANCELLEAVE GetEmployeeCancelLeaveByID(string id)
 {
     using (EmployeeCancelLeaveBLL bll = new EmployeeCancelLeaveBLL())
     {
         //bll.UpdateCheckState("", "", "4c0e292a-3a39-4b31-b65d-502074858a5c", "2");
         return bll.GetEmployeeCancelLeaveByID(id);
     }
 }