C# Class cvpWebApi.Models.OutcomeRepository

Inheritance: IOutcomeRepository
Afficher le fichier Open project: hres/api-cvp

Méthodes publiques

Méthode Description
Get ( int id, string lang ) : Outcome
GetAll ( string lang ) : IEnumerable

Method Details

Get() public méthode

public Get ( int id, string lang ) : Outcome
id int
lang string
Résultat Outcome

GetAll() public méthode

public GetAll ( string lang ) : IEnumerable
lang string
Résultat IEnumerable