Esempio n. 1
0
 public TObject GetById <TObject>(string indexName, Id id)
     where TObject : class
 => Elastic.GetById <TObject>(indexName, id);