Exemple #1
0
 public StudentsController(IStudentRepository studentRepository, ICodeRepository codeRepository, IUIpathStudentRepository uipathStudentRepository, IGroupRepository groupRepository)
 {
     this._studentRepository       = studentRepository;
     this._codeRepository          = codeRepository;
     this._uipathStudentRepository = uipathStudentRepository;
     this._groupRepository         = groupRepository;
 }