Beispiel #1
0
 public ProductController(PizzaBackendDbContext ctx)
 {
     this.ctx = ctx;
 }
Beispiel #2
0
 public UsersController(PizzaBackendDbContext ctx)
 {
     this.ctx = ctx;
 }