Exemplo n.º 1
0
 public LeaveDetail UpdateEdit(int id)
 {
     return(objLeaveDAL.UpdateEdit(id));
 }