C# 클래스 Emergy.Api.Controllers.NotificationsApiController

상속: MasterApiController
파일 보기 프로젝트 열기: gboduljak/Emergy

공개 메소드들

메소드 설명
NotificationsApiController ( IRepository notificationsRepository ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

NotificationsApiController() 공개 메소드

public NotificationsApiController ( IRepository notificationsRepository ) : System
notificationsRepository IRepository
리턴 System