示例#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();
 }