BlingBag.Specs.when_changing_the_account_name.SimulateGettingAccountFromRepository C# (CSharp) Метод

SimulateGettingAccountFromRepository() статический приватный Метод

static private SimulateGettingAccountFromRepository ( ) : Account
Результат Account
    static Account SimulateGettingAccountFromRepository()
    {
        var account = new Account();
            account.NotifyObservers += x => _eventRaised = x;
            return account;
    }
}
when_changing_the_account_name