Пример #1
0
 public IEnumerable <Matricula> GetMatriculas(string criterio)
 {
     return(_matriculaRepository.GetMatriculas(criterio));
 }