C# 클래스 Badges.Services.NotificationService

상속: INotificationService
파일 보기 프로젝트 열기: ucdavis/Badges

공개 메소드들

메소드 설명
NotificationService ( IRepositoryFactory repositoryFactory ) : System
Notify ( User user, User from, string title, string message, string actionLink ) : void
NotifyAdministrators ( string title, string message, User from, string actionUrl ) : void

메소드 상세

NotificationService() 공개 메소드

public NotificationService ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory
리턴 System

Notify() 공개 메소드

public Notify ( User user, User from, string title, string message, string actionLink ) : void
user User
from User
title string
message string
actionLink string
리턴 void

NotifyAdministrators() 공개 메소드

public NotifyAdministrators ( string title, string message, User from, string actionUrl ) : void
title string
message string
from User
actionUrl string
리턴 void