C# Class lnhpdWebApi.Controllers.ProductPurposeController

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

Méthodes publiques

Méthode Description
GetAllProductPurpose ( string lang ) : IEnumerable
GetProductPurposeByID ( int id, string lang ) : ProductPurpose

Method Details

GetAllProductPurpose() public méthode

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

GetProductPurposeByID() public méthode

public GetProductPurposeByID ( int id, string lang ) : ProductPurpose
id int
lang string
Résultat lnhpdWebApi.Models.ProductPurpose