C# Class MdallWebApi.Models.DeviceIdentifierRepository

Inheritance: IDeviceIdentifierRepository
Afficher le fichier Open project: hres/api-mdall

Méthodes publiques

Méthode Description
Get ( int id ) : DeviceIdentifier
GetAll ( string deviceIdentifierName, int licenceId, int deviceId ) : IEnumerable

Method Details

Get() public méthode

public Get ( int id ) : DeviceIdentifier
id int
Résultat DeviceIdentifier

GetAll() public méthode

public GetAll ( string deviceIdentifierName, int licenceId, int deviceId ) : IEnumerable
deviceIdentifierName string
licenceId int
deviceId int
Résultat IEnumerable