示例#1
0
 public HomeController()
 {
     db = new ShoolContext();
 }
示例#2
0
 public StudentsController()
 {
     db = new ShoolContext();
 }