Exemplo n.º 1
0
 public List <DTO.BOMDTO> GetBOM(int userID, int branchID, string workOrderIDs, string receivingNoteDate, int?workCenterID, out Library.DTO.Notification notification)
 {
     return(factory.GetBOM(userID, branchID, workOrderIDs, receivingNoteDate, workCenterID, out notification));
 }
Exemplo n.º 2
0
 public List <DTO.BOMDTO> GetBOM(string workOrderIDs, int branchID, string deliveryNoteDate, out Library.DTO.Notification notification)
 {
     return(factory.GetBOM(workOrderIDs, branchID, deliveryNoteDate, out notification));
 }