Ejemplo n.º 1
0
 public TruckerController(IHubContext <FreightHub> hubContext)
 {
     _truckerServiceWebApp = new TruckerServiceWebApp();
     _freightServiceWebApp = new FreightServiceWebApp();
     _hubContext           = hubContext;
     _firebaseConfig       = new FirebaseConfig()
     {
         AuthSecret = "Ch4ZQYFFC0pvjvVWG2aTULVqnEdQ4hU590WU5S3u",
         BasePath   = "https://soa-freight-default-rtdb.firebaseio.com/"
     };
 }
 public FreightController(IHubContext <FreightHub> hubContext)
 {
     _freightServiceWebApp = new FreightServiceWebApp();
     _hubContext           = hubContext;
 }