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