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