Esempio n. 1
0
 public bool existeProveedor()
 {
     return(oProveedorService.validarProveedor(txtCuil.Text) == null);
 }