Ejemplo n.º 1
0
 private bool ExisteProveedor()
 {
     return(oProveedorService.ObtenerProveedor(Convert.ToInt32(txtCUIL.Text)));
 }