C# Class Gringotts.Persistence.InvestmentRepository

Afficher le fichier Open project: bagheera/Gringotts Class Usage Examples

Méthodes publiques

Méthode Description
FetchAll ( ) : IList
GetInvestmentById ( int id ) : Investment
InvestmentRepository ( ISession session ) : System.Collections.Generic
Save ( Investment investment ) : void

Method Details

FetchAll() public méthode

public FetchAll ( ) : IList
Résultat IList

GetInvestmentById() public méthode

public GetInvestmentById ( int id ) : Investment
id int
Résultat Gringotts.Domain.Investment

InvestmentRepository() public méthode

public InvestmentRepository ( ISession session ) : System.Collections.Generic
session ISession
Résultat System.Collections.Generic

Save() public méthode

public Save ( Investment investment ) : void
investment Gringotts.Domain.Investment
Résultat void