コード例 #1
0
 public EducationController()
 {
     if (_repo == null)
     {
         _repo = new RepoEducation();
     }
 }