コード例 #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));
 }
コード例 #2
0
ファイル: BLL.cs プロジェクト: trankimcuong1990/Tilsoft
 public List <DTO.BOMDTO> GetBOM(string workOrderIDs, int branchID, string deliveryNoteDate, out Library.DTO.Notification notification)
 {
     return(factory.GetBOM(workOrderIDs, branchID, deliveryNoteDate, out notification));
 }