C# Class UserPresentaton.UserPresentationProvider

Inheritance: IUserPresentationProvider
Afficher le fichier Open project: LeagueOfDevelopers/LodCore

Méthodes publiques

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

Method Details

GetUserEventSettings() public méthode

public GetUserEventSettings ( int userId, string eventType ) : NotificationSettingValue
userId int
eventType string
Résultat NotificationSettingValue

UpdateNotificationSetting() public méthode

public UpdateNotificationSetting ( NotificationSetting notificationSetting ) : void
notificationSetting NotificationSetting
Résultat void

UserPresentationProvider() public méthode

public UserPresentationProvider ( INotificationSettingsRepository notificationSettingsRepository ) : System
notificationSettingsRepository INotificationSettingsRepository
Résultat System