示例#1
0
 /// <summary>
 /// Create controller for discovery services
 /// </summary>
 /// <param name="events"></param>
 public DiscoveryController(IGroupRegistrationT <DiscoverersHub> events)
 {
     _events = events;
 }
 /// <summary>
 /// Create controller with service
 /// </summary>
 /// <param name="events"></param>
 public TelemetryController(IGroupRegistrationT <PublishersHub> events)
 {
     _events = events;
 }