Exemplo n.º 1
0
        public string getCodiceLavorazioneNew(ref Esito esito, int year)
        {
            string iREt = Base_DAL.GetCodLavNew(ref esito, year);

            return(iREt);
        }