C# Class Mike.Spikes.Windsor101.MyDataAccess

Inheritance: IMyDataAccess
ファイルを表示 Open project: mikehadlow/Mike.Spikes

Public Methods

Method Description
GetAccountById ( int id ) : Account

Method Details

GetAccountById() public method

public GetAccountById ( int id ) : Account
id int
return Account