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