public SignalRService(HubMethods <VehicleHub> hubMethods)
 {
     _hubMethods = hubMethods;
 }
Пример #2
0
 public VehicleHub(HubMethods <VehicleHub> hubMethods)
 {
     _hubMethods = hubMethods;
 }