Ejemplo n.º 1
0
 public bool VerificarCliente(int id)
 {
     return(ManajedorSQL.VerificadorDeExistentesClientes(id));
 }