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