Пример #1
0
 public Teacher(IStudentPresentService studentPresentService)
 {
     _studentPresentService = studentPresentService ?? throw new ArgumentNullException();
 }
Пример #2
0
 public Teacher(IStudentPresentService studentPresentService)
 {
     _studentPresentService = studentPresentService;
 }