C# 클래스 MdallWebApi.Models.LicenceRepository

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

공개 메소드들

메소드 설명
Get ( int id, string status = "" ) : Licence
GetAll ( string status = "", string licenceName = "" ) : IEnumerable
GetAllLicenceByCompanyId ( int company_id, string status = "" ) : IEnumerable

메소드 상세

Get() 공개 메소드

public Get ( int id, string status = "" ) : Licence
id int
status string
리턴 Licence

GetAll() 공개 메소드

public GetAll ( string status = "", string licenceName = "" ) : IEnumerable
status string
licenceName string
리턴 IEnumerable

GetAllLicenceByCompanyId() 공개 메소드

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