예제 #1
0
 public ICollection <ViewDispatchModel> GetAllReceiveableProductToBranchByTripId(long tripId, int branchId)
 {
     return(_iInventoryGateway.GetAllReceiveableProductToBranchByTripId(tripId, branchId));
 }