C# 클래스 lnhpdWebApi.Controllers.IngredientController

상속: ApiController
파일 보기 프로젝트 열기: hres/api-lnhpd

공개 메소드들

메소드 설명
GetAllIngredient ( string lang ) : IEnumerable
GetIngredientyByID ( int id, string lang ) : Ingredient

메소드 상세

GetAllIngredient() 공개 메소드

public GetAllIngredient ( string lang ) : IEnumerable
lang string
리턴 IEnumerable

GetIngredientyByID() 공개 메소드

public GetIngredientyByID ( int id, string lang ) : Ingredient
id int
lang string
리턴 lnhpdWebApi.Models.Ingredient