C# Class AcklenAvenue.Data.Sample.Domain.AccountFetcher

Inheritance: IAccountFetcher
Show file Open project: AcklenAvenue/AcklenAvenue.Data

Public Methods

Method Description
AccountFetcher ( IRepository repository )
Get ( long id ) : Account

Method Details

AccountFetcher() public method

public AccountFetcher ( IRepository repository )
repository IRepository

Get() public method

public Get ( long id ) : Account
id long
return Account