Ejemplo n.º 1
0
 public void AbortGathering(ViewModels.Warehouse.Gathering gathering)
 {
     _dataService.AbortGathering(gathering.GatheringId);
 }
Ejemplo n.º 2
0
 public void CompleteGathering(ViewModels.Warehouse.Gathering gathering)
 {
     _dataService.CompleteGathering(gathering.GatheringId);
 }