C# Class lnhpdWebApi.Controllers.IngredientSubmissionController

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

Méthodes publiques

Méthode Description
GetAllIngredientSubmission ( string lang ) : IEnumerable
GetIngredientSubmissionByID ( int id, string lang ) : IngredientSubmission

Method Details

GetAllIngredientSubmission() public méthode

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

GetIngredientSubmissionByID() public méthode

public GetIngredientSubmissionByID ( int id, string lang ) : IngredientSubmission
id int
lang string
Résultat lnhpdWebApi.Models.IngredientSubmission