Exemple #1
0
 public Collection <Cliente> listarClientes()
 {
     return(objClienteBll.listarClientes());
 }