Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IInventoryGateway.GetAllTrip示例
编程语言:
C# (CSharp)
类/类型:
IInventoryGateway
方法/功能:
GetAllTrip
hotexamples.com的示例:
1
C# (CSharp) IInventoryGateway.GetAllTrip - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IInventoryGateway.GetAllTrip
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
GetMaxDeliveryRefNoOfCurrentYear(2)
CreateTrip(1)
GetFactoryStockProductBySearchTerm(1)
GetReceivedProductByBranchId(1)
GetReceivedProductBarcodeById(1)
GetProductionSummaryByMonth(1)
GetProductionSummaries(1)
GetProductStatusInFactoryByBarCode(1)
GetProductStatusInBranchInventoryByBarCode(1)
GetProductLifeCycleByBarcode(1)
GetProductLifeCycle(1)
GetProductHistoryByBarcode(1)
GetMaxVoucherNoByTransactionInfix(1)
GetMaxTripRefNoOfCurrentYear(1)
GetDispatchByTripId(1)
GetAllDeliverableTripList(1)
GetDispatchByDispatchId(1)
GetDeliveredProductByBranchAndCompanyId(1)
GetAllTrip(1)
GetAllTransferedListByBranchAndCompanyId(1)
GetAllReceiveableProductToBranchByTripId(1)
GetAllReceiveableProductToBranchByDispatchId(1)
GetAllReceiveableProductToBranchByDeliveryRef(1)
GetAllReceiveableListByBranchAndCompanyId(1)
GetAllReceiveableItemsByTripAndBranchId(1)
GetAllReceiveableItemsByDispatchAndBranchId(1)
GetAllProductsBarcode(1)
GetAllProductTransactionFromFactory(1)
GetReceivedProductById(1)
常用方法
GetMaxDeliveryRefNoOfCurrentYear (2)
CreateTrip (1)
GetFactoryStockProductBySearchTerm (1)
GetReceivedProductByBranchId (1)
GetReceivedProductBarcodeById (1)
GetProductionSummaryByMonth (1)
GetProductionSummaries (1)
GetProductStatusInFactoryByBarCode (1)
GetProductStatusInBranchInventoryByBarCode (1)
GetProductLifeCycleByBarcode (1)
常用方法
GetProductLifeCycle (1)
GetProductHistoryByBarcode (1)
GetMaxVoucherNoByTransactionInfix (1)
GetMaxTripRefNoOfCurrentYear (1)
GetDispatchByTripId (1)
GetAllDeliverableTripList (1)
GetDispatchByDispatchId (1)
GetDeliveredProductByBranchAndCompanyId (1)
GetAllTrip (1)
GetAllTransferedListByBranchAndCompanyId (1)
GetAllReceiveableProductToBranchByTripId (1)
GetAllReceiveableProductToBranchByDispatchId (1)
GetAllReceiveableProductToBranchByDeliveryRef (1)
GetAllReceiveableListByBranchAndCompanyId (1)
GetAllReceiveableItemsByTripAndBranchId (1)
GetAllReceiveableItemsByDispatchAndBranchId (1)
GetAllProductsBarcode (1)
GetAllProductTransactionFromFactory (1)
GetReceivedProductById (1)
常用方法
GetAllReceiveableProductToBranchByTripId (1)
GetAllReceiveableProductToBranchByDispatchId (1)
GetAllReceiveableProductToBranchByDeliveryRef (1)
GetAllReceiveableListByBranchAndCompanyId (1)
GetAllReceiveableItemsByTripAndBranchId (1)
GetAllReceiveableItemsByDispatchAndBranchId (1)
GetAllProductsBarcode (1)
GetAllProductTransactionFromFactory (1)
GetReceivedProductById (1)
示例#1
0
显示文件
文件:
InventoryManager.cs
项目:
salamcseiu21/NBL_MVC_API
public IEnumerable <ViewTripModel> GetAllTrip() { return(_iInventoryGateway.GetAllTrip()); }
x