C# 클래스 MdallWebApi.Models.DeviceIdentifierRepository

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

공개 메소드들

메소드 설명
Get ( int id ) : DeviceIdentifier
GetAll ( string deviceIdentifierName, int licenceId, int deviceId ) : IEnumerable

메소드 상세

Get() 공개 메소드

public Get ( int id ) : DeviceIdentifier
id int
리턴 DeviceIdentifier

GetAll() 공개 메소드

public GetAll ( string deviceIdentifierName, int licenceId, int deviceId ) : IEnumerable
deviceIdentifierName string
licenceId int
deviceId int
리턴 IEnumerable