public CustomerRepository(EBContext ctx)
 {
     this.ctx = ctx;
 }
Exemple #2
0
 public BeerRepository(EBContext ctx)
 {
     this.ctx = ctx;
 }
Exemple #3
0
 public BrandRepository(EBContext ctx)
 {
     this.ctx = ctx;
 }