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