示例#1
0
        public int CreaGruppo(string NotaAddebito, string Lavorante, string UIDUSER, bool Rilavorazione)
        {
            Int32      id = (int)GetID();
            ALEAdapter a  = new ALEAdapter(DbConnection, DbTransaction);

            a.InsertRW_ALE_GRUPPO(id, NotaAddebito, Lavorante, UIDUSER, Rilavorazione);
            return(id);
        }