C# 클래스 lnhpdWebApi.Controllers.ProductPurposeController

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

공개 메소드들

메소드 설명
GetAllProductPurpose ( string lang ) : IEnumerable
GetProductPurposeByID ( int id, string lang ) : ProductPurpose

메소드 상세

GetAllProductPurpose() 공개 메소드

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

GetProductPurposeByID() 공개 메소드

public GetProductPurposeByID ( int id, string lang ) : ProductPurpose
id int
lang string
리턴 lnhpdWebApi.Models.ProductPurpose