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)); }
public List <DTO.BOMDTO> GetBOM(string workOrderIDs, int branchID, string deliveryNoteDate, out Library.DTO.Notification notification) { return(factory.GetBOM(workOrderIDs, branchID, deliveryNoteDate, out notification)); }