Exemple #1
0
 public ICollection <ViewDispatchModel> GetAllReceiveableProductToBranchByDispatchId(long dispatchId, int branchId)
 {
     return(_iInventoryGateway.GetAllReceiveableProductToBranchByDispatchId(dispatchId, branchId));
 }