C# Class Emergy.Api.Controllers.NotificationsApiController

Inheritance: MasterApiController
Afficher le fichier Open project: gboduljak/Emergy

Méthodes publiques

Méthode Description
NotificationsApiController ( IRepository notificationsRepository ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

NotificationsApiController() public méthode

public NotificationsApiController ( IRepository notificationsRepository ) : System
notificationsRepository IRepository
Résultat System