public SignalRService(HubMethods <VehicleHub> hubMethods)
 {
     _hubMethods = hubMethods;
 }
예제 #2
0
 public VehicleHub(HubMethods <VehicleHub> hubMethods)
 {
     _hubMethods = hubMethods;
 }