예제 #1
0
        public static bool BindAccount(System.String newAccount, System.String newName, System.String newMid, System.String newMod, System.Guid bindCode, ref System.Int32 returnCode, DbTransaction trans = null, string zoneId = "")
        {
            NbManagerProvider provider = new NbManagerProvider(zoneId);

            return(provider.BindAccount(newAccount, newName, newMid, newMod, bindCode, ref returnCode, trans));
        }