Exemplo n.º 1
0
 public static Requisition GetReqByReqId(long reqId)
 {
     return(RequisitionDAO.GetReqByReqId(reqId));
 }