Exemple #1
0
 public void DeleteTruckStack(Guid truckId, Guid id)
 {
     currentGINProcess.DeleteTruckStack(truckId, id);
 }