BlingBag.Specs.User.DoSomething C# (CSharp) Method

DoSomething() public method

public DoSomething ( ) : void
return void
        public void DoSomething()
        {
            Bling("user did something");
        }