C# 클래스 lnhpdWebApi.Controllers.IngredientSourceController

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

공개 메소드들

메소드 설명
GetAllIngredientSource ( string lang ) : IEnumerable
GetIngredientSourceByID ( int id, string lang ) : IngredientSource

메소드 상세

GetAllIngredientSource() 공개 메소드

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

GetIngredientSourceByID() 공개 메소드

public GetIngredientSourceByID ( int id, string lang ) : IngredientSource
id int
lang string
리턴 lnhpdWebApi.Models.IngredientSource