Пример #1
0
        public static bool CostSophisticate(System.Guid managerId, System.Int32 sophisticate, System.Int32 sophisticateShortageCode, ref System.Int32 curSophisticate, ref System.Int32 returnCode, DbTransaction trans = null, string zoneId = "")
        {
            NbManagerProvider provider = new NbManagerProvider(zoneId);

            return(provider.CostSophisticate(managerId, sophisticate, sophisticateShortageCode, ref curSophisticate, ref returnCode, trans));
        }