Beispiel #1
0
 public bool buscarClientePorDni(long dni)
 {
     return(dao.buscarClientePorDNI(dni));
 }