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