C# Class cvpWebApi.Models.ReportLinkRepository

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

Méthodes publiques

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

Method Details

Get() public méthode

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

GetAll() public méthode

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