コード例 #1
0
 public CustomerRepository(EBContext ctx)
 {
     this.ctx = ctx;
 }
コード例 #2
0
 public BeerRepository(EBContext ctx)
 {
     this.ctx = ctx;
 }
コード例 #3
0
 public BrandRepository(EBContext ctx)
 {
     this.ctx = ctx;
 }