Method | Description | |
---|---|---|
NotificationsApiController ( IRepository |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( Emergy.Core.Models.Notification model ) : Task |
||
Get ( [ id ) : Task |
||
GetLatest ( ) : Task |
||
GetLatest ( [ lastHappened ) : Task |
||
GetNotification ( int id ) : Task |
||
GetNotifications ( System.DateTime lastHappened ) : Task |
||
SearchByTerm ( string searchTerm = null ) : Task |
||
SendNotificationMail ( int notificationId, NotificationType notificationType ) : System.Threading.Tasks.Task |
public NotificationsApiController ( IRepository |
||
notificationsRepository | IRepository |
|
return | System |