Ejemplo n.º 1
0
 public IEnumerable <TransactionModel> GetAllReceiveableProductToBranchByDeliveryRef(string deliveryRef)
 {
     return(_iInventoryGateway.GetAllReceiveableProductToBranchByDeliveryRef(deliveryRef));
 }