C# Class Queries.AccountQueries

Show file Open project: AdrianFreemantle/DDD Class Usage Examples

Public Methods

Method Description
AccountQueries ( IDataQuery dataQuery ) : System.Collections.Generic
FetchStatusHistory ( string accountNumber ) : ICollection

Method Details

AccountQueries() public method

public AccountQueries ( IDataQuery dataQuery ) : System.Collections.Generic
dataQuery IDataQuery
return System.Collections.Generic

FetchStatusHistory() public method

public FetchStatusHistory ( string accountNumber ) : ICollection
accountNumber string
return ICollection