C# Class HealthMonitoring.Persistence.HealthMonitorTypeRepository

Inheritance: IHealthMonitorTypeRepository
Afficher le fichier Open project: wongatech/HealthMonitoring

Méthodes publiques

Méthode Description
HealthMonitorTypeRepository ( MySqlDatabase db ) : System.Collections.Generic
LoadMonitorTypes ( ) : IEnumerable
SaveMonitorType ( string monitorType ) : void

Method Details

HealthMonitorTypeRepository() public méthode

public HealthMonitorTypeRepository ( MySqlDatabase db ) : System.Collections.Generic
db MySqlDatabase
Résultat System.Collections.Generic

LoadMonitorTypes() public méthode

public LoadMonitorTypes ( ) : IEnumerable
Résultat IEnumerable

SaveMonitorType() public méthode

public SaveMonitorType ( string monitorType ) : void
monitorType string
Résultat void