コード例 #1
0
ファイル: Search.cs プロジェクト: ErezLevip/qfind
 public async Task Select(RankedResult selection)
 {
     await _dbAdapter.SetSelection(new Selection(selection.Count + 1, selection.SearchKey));
 }