C# Class Mike.Spikes.Windsor101.AccountRepository

Inheritance: IAccountRepository, IDisposable
Afficher le fichier Open project: mikehadlow/Mike.Spikes Class Usage Examples

Méthodes publiques

Méthode Description
AccountRepository ( IPaymentServiceConfiguration configuration ) : System
Dispose ( ) : void
GetAccountByCustomerId ( int customerId ) : Account

Method Details

AccountRepository() public méthode

public AccountRepository ( IPaymentServiceConfiguration configuration ) : System
configuration IPaymentServiceConfiguration
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetAccountByCustomerId() public méthode

public GetAccountByCustomerId ( int customerId ) : Account
customerId int
Résultat Account