コード例 #1
0
ファイル: NbManagerMgrAuto.cs プロジェクト: cool8868/H5Nball
        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));
        }