Пример #1
0
 public Matricula GetMatricula(int?id)
 {
     return(_matriculaRepository.GetMatricula(id));
 }