コード例 #1
0
 public CursoController(ICurso _cursorepo, IVestibular _vest)
 {
     cursorepo = _cursorepo;
     vestrepo  = _vest;
 }
コード例 #2
0
 public CandidatoController(ICandidato _candidatorepo, IVestibular _vestrepo)
 {
     vestrepo      = _vestrepo;
     candidatorepo = _candidatorepo;
 }
コード例 #3
0
 public VestibularController(IVestibular _vestrepo)
 {
     vestrepo = _vestrepo;
 }