示例#1
0
 public IntentController(IIntentRepository _intentRepository)
 {
     intentRepository = _intentRepository;
 }
 public IntentController(IIntentRepository repo)
 {
     this.repo = repo;
 }