C# Класс Mike.Spikes.Windsor101.AccountRepository

Наследование: IAccountRepository, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AccountRepository ( IPaymentServiceConfiguration configuration ) : System
Dispose ( ) : void
GetAccountByCustomerId ( int customerId ) : Account

Описание методов

AccountRepository() публичный Метод

public AccountRepository ( IPaymentServiceConfiguration configuration ) : System
configuration IPaymentServiceConfiguration
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GetAccountByCustomerId() публичный Метод

public GetAccountByCustomerId ( int customerId ) : Account
customerId int
Результат Account