Exemplo n.º 1
0
 public async Task ReindexAsync(Guid documentId)
 {
     await _documentAdminAppService.ReindexAsync(documentId);
 }
 public Task ReindexAsync()
 {
     return(_documentAdminAppService.ReindexAsync());
 }