C# 클래스 UserPresentaton.UserPresentationProvider

상속: IUserPresentationProvider
파일 보기 프로젝트 열기: LeagueOfDevelopers/LodCore

공개 메소드들

메소드 설명
GetUserEventSettings ( int userId, string eventType ) : NotificationSettingValue
UpdateNotificationSetting ( NotificationSetting notificationSetting ) : void
UserPresentationProvider ( INotificationSettingsRepository notificationSettingsRepository ) : System

메소드 상세

GetUserEventSettings() 공개 메소드

public GetUserEventSettings ( int userId, string eventType ) : NotificationSettingValue
userId int
eventType string
리턴 NotificationSettingValue

UpdateNotificationSetting() 공개 메소드

public UpdateNotificationSetting ( NotificationSetting notificationSetting ) : void
notificationSetting NotificationSetting
리턴 void

UserPresentationProvider() 공개 메소드

public UserPresentationProvider ( INotificationSettingsRepository notificationSettingsRepository ) : System
notificationSettingsRepository INotificationSettingsRepository
리턴 System