Exemplo n.º 1
0
 public BrokerRepository(IRealStateContext realStateContext)
 {
     _db = realStateContext;
 }
 public PropertyRepository(IRealStateContext realStateContext)
 {
     _db = realStateContext;
 }
Exemplo n.º 3
0
 public BrokerRepository()
 {
     _db = new RealEstateContext();
 }
 public PropertyRepository()
 {
     _db = new RealEstateContext();
 }