public string getNumeroFattura() { Esito esito = new Esito(); string sREt = Base_DAL.GetNumeroFattura(ref esito); return(sREt); }