コード例 #1
0
        public uint CreateAccount(uint userID)
        {
            uint id = iAccountAccess.CreateAccount(userID); //returning the new account ID recived from Datatier

            CurrentStateSaveToDisk();                       //saving the current state
            return(id);
        }