Exemplo n.º 1
0
 public static bool HavingRequisition(long empId)
 {
     return(RequisitionDAO.HavingRequisition(empId));
 }