ParkerFox.Core.Entities.Ecommerce.CartItem.DoSomethingThatChangesTest C# (CSharp) Method

DoSomethingThatChangesTest() public method

public DoSomethingThatChangesTest ( string input ) : void
input string
return void
        public virtual void DoSomethingThatChangesTest(string input)
        {
            _Test = input;
        }