C# 클래스 Mike.Spikes.Windsor101.AccountRepository

상속: IAccountRepository, IDisposable
파일 보기 프로젝트 열기: mikehadlow/Mike.Spikes 1 사용 예제들

공개 메소드들

메소드 설명
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