public AdvertisementRepository()
 {
     context = new MarketPlaceContext();
 }
Beispiel #2
0
 public CategoryRepository()
 {
     context = new MarketPlaceContext();
 }
 public BuyerRepository()
 {
     context = new MarketPlaceContext();
 }
Beispiel #4
0
 public LocationRespository()
 {
     context = new MarketPlaceContext();
 }