C# 클래스 lnhpdWebApi.Models.ProductLicenceRepository

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

공개 메소드들

메소드 설명
Get ( int id, string lang ) : ProductLicence
GetAll ( string lang ) : IEnumerable
GetAllProductByCriteria ( string brandname, string ingredient, string companyname, string din, string lang ) : IEnumerable

메소드 상세

Get() 공개 메소드

public Get ( int id, string lang ) : ProductLicence
id int
lang string
리턴 ProductLicence

GetAll() 공개 메소드

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

GetAllProductByCriteria() 공개 메소드

public GetAllProductByCriteria ( string brandname, string ingredient, string companyname, string din, string lang ) : IEnumerable
brandname string
ingredient string
companyname string
din string
lang string
리턴 IEnumerable