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