Esempio n. 1
0
 public object GetEmprestimo(int id)
 {
     return(_emprestimoBusiness.Obter(id));
 }