Exemple #1
0
 public async Task Select(RankedResult selection)
 {
     await _dbAdapter.SetSelection(new Selection(selection.Count + 1, selection.SearchKey));
 }