public AdvertisementRepository() { context = new MarketPlaceContext(); }
public CategoryRepository() { context = new MarketPlaceContext(); }
public BuyerRepository() { context = new MarketPlaceContext(); }
public LocationRespository() { context = new MarketPlaceContext(); }