C# Class lnhpdWebApi.Controllers.IngredientSubmissionController

Inheritance: ApiController
Show file Open project: hres/api-lnhpd

Public Methods

Method Description
GetAllIngredientSubmission ( string lang ) : IEnumerable
GetIngredientSubmissionByID ( int id, string lang ) : IngredientSubmission

Method Details

GetAllIngredientSubmission() public method

public GetAllIngredientSubmission ( string lang ) : IEnumerable
lang string
return IEnumerable

GetIngredientSubmissionByID() public method

public GetIngredientSubmissionByID ( int id, string lang ) : IngredientSubmission
id int
lang string
return lnhpdWebApi.Models.IngredientSubmission