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

            return(retornos);
        }