Esempio n. 1
0
 public ISearchResponse <TObject> GetAll <TObject>(string indexName)
     where TObject : class
 => Elastic.GetAll <TObject>(indexName);