C# Class cvpWebApi.Controllers.ReportTypeController

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

Méthodes publiques

Méthode Description
GetAllReportType ( string lang ) : IEnumerable
GetReportTypeByID ( int id, string lang ) : ReportType

Method Details

GetAllReportType() public méthode

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

GetReportTypeByID() public méthode

public GetReportTypeByID ( int id, string lang ) : ReportType
id int
lang string
Résultat cvpWebApi.Models.ReportType