C# Class cvpWebApi.Models.DrugProductIngredientRepository

Inheritance: IDrugProductIngredientRepository
Afficher le fichier Open project: hres/api-cvp

Méthodes publiques

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

Method Details

Get() public méthode

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

GetAll() public méthode

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