C# 클래스 MdallWebApi.Controllers.LicenceController

상속: ApiController
파일 보기 프로젝트 열기: hres/api-mdall 1 사용 예제들

공개 메소드들

메소드 설명
GetAllLicence ( string status = "", string licence_name = "" ) : IEnumerable
GetAllLicenceByCompanyId ( int company_id, string status = "" ) : IEnumerable
GetLicenceById ( int id, string status = "" ) : Licence

메소드 상세

GetAllLicence() 공개 메소드

public GetAllLicence ( string status = "", string licence_name = "" ) : IEnumerable
status string
licence_name string
리턴 IEnumerable

GetAllLicenceByCompanyId() 공개 메소드

public GetAllLicenceByCompanyId ( int company_id, string status = "" ) : IEnumerable
company_id int
status string
리턴 IEnumerable

GetLicenceById() 공개 메소드

public GetLicenceById ( int id, string status = "" ) : Licence
id int
status string
리턴 MdallWebApi.Models.Licence