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