public GradeApiController(GwaCalcDbContext ctx)
 {
     _ctx = ctx;
 }
示例#2
0
 public HomeController(GwaCalcDbContext ctx)
 {
     _ctx = ctx;
 }