Example #1
0
 public SwapController(BeerPostRepository hoppy)
 {
     hopCentral = hoppy;
 }
Example #2
0
 public PostingController(BeerPostRepository hoppy)
 {
     hopCentral = hoppy;
 }
Example #3
0
 public SwapController()
 {
     hopCentral = new BeerPostRepository();
 }
Example #4
0
 public PostingController()
 {
     hopCentral = new BeerPostRepository();
 }