C# Class Treadmill.Domain.Services.ConnectionService

Inheritance: IConnectionService
Afficher le fichier Open project: slater1/treadmill

Méthodes publiques

Méthode Description
ConnectionService ( ILogService logger )
NotifyConnectionChanged ( string message ) : void

Method Details

ConnectionService() public méthode

public ConnectionService ( ILogService logger )
logger ILogService

NotifyConnectionChanged() public méthode

public NotifyConnectionChanged ( string message ) : void
message string
Résultat void