Beispiel #1
0
 public async Task <IEnumerable <string> > Prompts(string word)
 {
     return(await _dictService.GetPrompts(word));
 }