Beispiel #1
0
 public SalesController(LegumesDBContext ctx)
 {
     this.ctx = ctx;
 }
Beispiel #2
0
 public HomeController(LegumesDBContext ctx)
 {
     this.ctx = ctx;
 }