C# Class lnhpdWebApi.Controllers.ProductRouteController

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

Méthodes publiques

Méthode Description
GetAllProductDose ( string lang ) : IEnumerable
GetProductDoseByID ( int id, string lang ) : ProductDose

Method Details

GetAllProductDose() public méthode

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

GetProductDoseByID() public méthode

public GetProductDoseByID ( int id, string lang ) : ProductDose
id int
lang string
Résultat lnhpdWebApi.Models.ProductDose