ParkerFox.Core.Entities.Ecommerce.CartItem.DoSomethingThatChangesTest C# (CSharp) 메소드

DoSomethingThatChangesTest() 공개 메소드

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