Beispiel #1
0
 public CentauroController(ICentauroService centauroService)
 {
     _centauroService = centauroService;
 }
Beispiel #2
0
 public ChatSignalR(ICentauroService centauroService)
 {
     _centauroService = centauroService;
 }