C# Class TrainNotifier.Service.AtocCodeRepository

Inheritance: DbRepository
Afficher le fichier Open project: blueghostuk/trainnotifier-server

Méthodes publiques

Méthode Description
GetAtocCodes ( ) : IEnumerable
GetByNumericCode ( byte numericCode ) : AtocCode
InsertAtocCode ( AtocCode code ) : void

Method Details

GetAtocCodes() public méthode

public GetAtocCodes ( ) : IEnumerable
Résultat IEnumerable

GetByNumericCode() public méthode

public GetByNumericCode ( byte numericCode ) : AtocCode
numericCode byte
Résultat TrainNotifier.Common.Model.Schedule.AtocCode

InsertAtocCode() public méthode

public InsertAtocCode ( AtocCode code ) : void
code TrainNotifier.Common.Model.Schedule.AtocCode
Résultat void