AccessLogTests.Repository.TransactionRepositoryTests.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
        public void SetUp()
        {
            this.transactionRepository = new TransactionRepository(this.connection);
        }