C# Class Gringotts.Persistence.VentureRepository

Datei anzeigen Open project: bagheera/Gringotts Class Usage Examples

Public Methods

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

Method Details

FetchAll() public method

public FetchAll ( ) : IList
return IList

GetVentureById() public method

public GetVentureById ( string id ) : Venture
id string
return Gringotts.Domain.Venture

Save() public method

public Save ( Venture venture ) : void
venture Gringotts.Domain.Venture
return void

VentureRepository() public method

public VentureRepository ( ISession session ) : System
session ISession
return System