Esempio n. 1
0
 public IndexModel()
 {
     _repository = new ProblemRepository();
 }
 public SingleModelModel()
 {
     _repository = new ProblemRepository();
 }