Example #1
0
 public List <Emprestimos> GetEmprestimos()
 {
     return(emprestimo.Get());
 }
        public List <Models.Emprestimo> GetEmprestimos()
        {
            var emprestimo = new EmprestimosRepository();

            return(emprestimo.Get());
        }