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