Пример #1
0
 public Task <List <SelectOption> > NameSearch([FromQuery] string q)
 {
     return(_thingRepository.NameSearch(q));
 }