C# Class Gringotts.Persistence.VentureRepository

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

Méthodes publiques

Méthode Description
FetchAll ( ) : IList
GetVentureById ( string id ) : Venture
Save ( Venture venture ) : void
VentureRepository ( ISession session ) : System

Method Details

FetchAll() public méthode

public FetchAll ( ) : IList
Résultat IList

GetVentureById() public méthode

public GetVentureById ( string id ) : Venture
id string
Résultat Gringotts.Domain.Venture

Save() public méthode

public Save ( Venture venture ) : void
venture Gringotts.Domain.Venture
Résultat void

VentureRepository() public méthode

public VentureRepository ( ISession session ) : System
session ISession
Résultat System