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

DoSomething() public method

public DoSomething ( ) : void
return void
        public void DoSomething()
        {
            NotifyObservers("account did something");
        }