C# 클래스 cvpWebApi.Controllers.DrugProductIngredientController

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

공개 메소드들

메소드 설명
GetAllDrugProductIngredient ( string lang ) : IEnumerable
GetDrugProductIngredientByID ( int id, string lang ) : DrugProductIngredient

메소드 상세

GetAllDrugProductIngredient() 공개 메소드

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

GetDrugProductIngredientByID() 공개 메소드

public GetDrugProductIngredientByID ( int id, string lang ) : DrugProductIngredient
id int
lang string
리턴 cvpWebApi.Models.DrugProductIngredient