PICO Api>OrderPalletAssignmentController.cs
await _hubContext.Clients.All.SendAsync("PalletIndexed", model.StationID, model.Pallet, model.Sequence);
//await new AssemblyLineHub().NotifyPalletIndexed(model.StationID.ToString(), model.Pallet, model.Sequence);
No comments:
Post a Comment