public SwapController(BeerPostRepository hoppy) { hopCentral = hoppy; }
public PostingController(BeerPostRepository hoppy) { hopCentral = hoppy; }
public SwapController() { hopCentral = new BeerPostRepository(); }
public PostingController() { hopCentral = new BeerPostRepository(); }