public HotWordController(IHotwordDataService hotwordDataService)
 {
     _service = hotwordDataService;
 }
Beispiel #2
0
 public HotWordController(IHotwordDataService hotwordDataService)
 {
     _service = hotwordDataService;
 }