Ejemplo n.º 1
0
        public static bool Insert(NbUserregEntity nbUserregEntity, DbTransaction trans = null, string zoneId = "")
        {
            var provider = new NbUserregProvider(zoneId);

            return(provider.Insert(nbUserregEntity, trans));
        }