C# 클래스 HealthMonitoring.Persistence.HealthMonitorTypeRepository

상속: IHealthMonitorTypeRepository
파일 보기 프로젝트 열기: wongatech/HealthMonitoring

공개 메소드들

메소드 설명
HealthMonitorTypeRepository ( MySqlDatabase db ) : System.Collections.Generic
LoadMonitorTypes ( ) : IEnumerable
SaveMonitorType ( string monitorType ) : void

메소드 상세

HealthMonitorTypeRepository() 공개 메소드

public HealthMonitorTypeRepository ( MySqlDatabase db ) : System.Collections.Generic
db MySqlDatabase
리턴 System.Collections.Generic

LoadMonitorTypes() 공개 메소드

public LoadMonitorTypes ( ) : IEnumerable
리턴 IEnumerable

SaveMonitorType() 공개 메소드

public SaveMonitorType ( string monitorType ) : void
monitorType string
리턴 void