Method | Description | |
---|---|---|
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 |
public NotificationService ( IRepositoryFactory repositoryFactory ) : System | ||
repositoryFactory | IRepositoryFactory | |
return | System |
public Notify ( User user, User from, string title, string message, string actionLink ) : void | ||
user | User | |
from | User | |
title | string | |
message | string | |
actionLink | string | |
return | void |
public NotifyAdministrators ( string title, string message, User from, string actionUrl ) : void | ||
title | string | |
message | string | |
from | User | |
actionUrl | string | |
return | void |