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