C# 클래스 MdallWebApi.Controllers.LicenceTypeController

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

공개 메소드들

메소드 설명
GetAllLicenceType ( string lang = "" ) : IEnumerable
GetLicenceTypeByCode ( string code, string lang = "" ) : LicenceType

메소드 상세

GetAllLicenceType() 공개 메소드

public GetAllLicenceType ( string lang = "" ) : IEnumerable
lang string
리턴 IEnumerable

GetLicenceTypeByCode() 공개 메소드

public GetLicenceTypeByCode ( string code, string lang = "" ) : LicenceType
code string
lang string
리턴 MdallWebApi.Models.LicenceType