Пример #1
0
 public void DeleteMatricula(int matricula)
 {
     _matriculaRepository.DeleteMatricula(matricula);
 }