Exemplo n.º 1
0
        public List <RetornoEmprestimoAluno> ConsultarReservaAluno(AlunoModel objeto, RetornoTratado <RetornoEmprestimoAluno> retorno)
        {
            var retornos = alunoRepository.ConsultarReservaAluno(objeto, retorno);

            return(retornos);
        }