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;
 }