Ejemplo n.º 1
0
 public void AddMatricula(Matricula matricula)
 {
     _matriculaRepository.AddMatricula(matricula);
 }