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