C# Class lnhpdWebApi.Models.IngredientSubmissionRepository

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

Méthodes publiques

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

Method Details

Get() public méthode

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

GetAll() public méthode

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