Exemplo n.º 1
0
 public async Task <bool> IndexAsync(Specimen document) => await _searchClient.IndexAsync(document);
Exemplo n.º 2
0
 public async Task <bool> IndexAsync(PlantInfo document) => await _searchClient.IndexAsync(document);