C# Class cvpWebApi.Models.ReportTypeRepository

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

Méthodes publiques

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

Method Details

Get() public méthode

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

GetAll() public méthode

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