C# Class DpdWebApi.Models.ActiveIngredientRepository

Inheritance: IActiveIngredientRepository
Afficher le fichier Open project: hres/api-dpd

Méthodes publiques

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

Method Details

Get() public méthode

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

GetAll() public méthode

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