Exemplo n.º 1
0
 public bool ApproveManager(int id, int manager_id)
 {
     return(iLeaveRequestRepository.ApproveManager(id, manager_id));;
 }