Ejemplo n.º 1
0
 public PropertyRepository(ElasticDBContext dbContext) : base(dbContext)
 {
 }
Ejemplo n.º 2
0
 public ElasticUnitOfWork(ElasticDBContext context)
 {
     PropertyRepository = new PropertyRepository(context);
 }