Пример #1
0
 public BestStudentHelper(IBestStudent _student)
 {
     student = _student;
 }
Пример #2
0
 public HomeController(IBestStudent _stud)
 {
     stud = _stud;
 }