C# 클래스 lnhpdWebApi.Controllers.ProductDoseController

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

공개 메소드들

메소드 설명
GetAllProductDose ( string lang ) : IEnumerable
GetProductDoseByID ( int id, string lang ) : ProductDose

메소드 상세

GetAllProductDose() 공개 메소드

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

GetProductDoseByID() 공개 메소드

public GetProductDoseByID ( int id, string lang ) : ProductDose
id int
lang string
리턴 lnhpdWebApi.Models.ProductDose