Ejemplo n.º 1
0
        public static bool AddSophisticate(System.Guid managerId, System.Int32 sophisticate, ref System.Int32 curSophisticate, DbTransaction trans = null, string zoneId = "")
        {
            NbManagerProvider provider = new NbManagerProvider(zoneId);

            return(provider.AddSophisticate(managerId, sophisticate, ref curSophisticate, trans));
        }