예제 #1
0
 public IndexModel()
 {
     _repository = new ProblemRepository();
 }
예제 #2
0
 public SingleModelModel()
 {
     _repository = new ProblemRepository();
 }