コード例 #1
0
        /// <summary>
        /// Create instance account
        /// </summary>
        internal Account(int userId, IAccountNumberCreateService creator)
        {
            this.userId = userId;

            this.numberOfAccount = creator.GetNumberAccount();
        }