C# Class MdallWebApi.Controllers.LicenceTypeController

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

Méthodes publiques

Méthode Description
GetAllLicenceType ( string lang = "" ) : IEnumerable
GetLicenceTypeByCode ( string code, string lang = "" ) : LicenceType

Method Details

GetAllLicenceType() public méthode

public GetAllLicenceType ( string lang = "" ) : IEnumerable
lang string
Résultat IEnumerable

GetLicenceTypeByCode() public méthode

public GetLicenceTypeByCode ( string code, string lang = "" ) : LicenceType
code string
lang string
Résultat MdallWebApi.Models.LicenceType