C# Class lnhpdWebApi.Models.ProductDoseRepository

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

Méthodes publiques

Méthode Description
Get ( int id, string lang ) : ProductDose
GetAll ( string lang ) : IEnumerable

Method Details

Get() public méthode

public Get ( int id, string lang ) : ProductDose
id int
lang string
Résultat ProductDose

GetAll() public méthode

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