C# 클래스 DpdWebApi.Controllers.DrugProductController

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

공개 메소드들

메소드 설명
GetAllDrugProduct ( string lang ) : IEnumerable
GetBySearchCriteria ( string din, string brandname, string company, string lang ) : IEnumerable
GetDrugProductByID ( int id, string lang ) : DrugProduct

메소드 상세

GetAllDrugProduct() 공개 메소드

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

GetBySearchCriteria() 공개 메소드

public GetBySearchCriteria ( string din, string brandname, string company, string lang ) : IEnumerable
din string
brandname string
company string
lang string
리턴 IEnumerable

GetDrugProductByID() 공개 메소드

public GetDrugProductByID ( int id, string lang ) : DrugProduct
id int
lang string
리턴 DpdWebApi.Models.DrugProduct