C# Class MdallWebApi.Models.LicenceTypeRepository

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

Méthodes publiques

Méthode Description
Get ( string code, string lang = "" ) : LicenceType
GetAll ( string lang = "" ) : IEnumerable

Method Details

Get() public méthode

public Get ( string code, string lang = "" ) : LicenceType
code string
lang string
Résultat LicenceType

GetAll() public méthode

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