C# 클래스 dhpr.UtilityHelper

Summary description for Common
파일 보기 프로젝트 열기: hres/api-lnhpd

공개 메소드들

메소드 설명
GetAllProductByCriteria ( string lang, string term ) : List
GetByID ( string lnhpdID, string lang ) : ProductLicence
GetDrugProductList ( string lang ) : List
GetProductRoutesByID ( string lnhpdID, string lang ) : List
SetDefaultCulture ( string lang ) : void

메소드 상세

GetAllProductByCriteria() 공개 정적인 메소드

public static GetAllProductByCriteria ( string lang, string term ) : List
lang string
term string
리턴 List

GetByID() 공개 정적인 메소드

public static GetByID ( string lnhpdID, string lang ) : ProductLicence
lnhpdID string
lang string
리턴 lnhpdWebApi.Models.ProductLicence

GetDrugProductList() 공개 정적인 메소드

public static GetDrugProductList ( string lang ) : List
lang string
리턴 List

GetProductRoutesByID() 공개 정적인 메소드

public static GetProductRoutesByID ( string lnhpdID, string lang ) : List
lnhpdID string
lang string
리턴 List

SetDefaultCulture() 공개 정적인 메소드

public static SetDefaultCulture ( string lang ) : void
lang string
리턴 void