Ejemplo n.º 1
0
 public BookEventRepository(IElasticContextProvider context)
     : base(context, "book")
 {
 }
 protected ElasticSearchRepositoryBase(IElasticContextProvider context, string indexName)
 {
     _context  = context;
     IndexName = indexName;
 }