C# Class UserPresentaton.UserPresentationProvider

Inheritance: IUserPresentationProvider
ファイルを表示 Open project: LeagueOfDevelopers/LodCore

Public Methods

Method Description
GetUserEventSettings ( int userId, string eventType ) : NotificationSettingValue
UpdateNotificationSetting ( NotificationSetting notificationSetting ) : void
UserPresentationProvider ( INotificationSettingsRepository notificationSettingsRepository ) : System

Method Details

GetUserEventSettings() public method

public GetUserEventSettings ( int userId, string eventType ) : NotificationSettingValue
userId int
eventType string
return NotificationSettingValue

UpdateNotificationSetting() public method

public UpdateNotificationSetting ( NotificationSetting notificationSetting ) : void
notificationSetting NotificationSetting
return void

UserPresentationProvider() public method

public UserPresentationProvider ( INotificationSettingsRepository notificationSettingsRepository ) : System
notificationSettingsRepository INotificationSettingsRepository
return System