Constructors
constructor
- new default(notificationRepository): default
-
Methods
getAllNotifications
- getAllNotifications(): Promise<any>
-
Returns Promise<any>
getAllNotificationsWithCondition
- getAllNotificationsWithCondition(id): Promise<any>
-
Returns Promise<any>
getNotificationByEmail
- getNotificationByEmail(data): Promise<any>
-
Returns Promise<any>
getNotificationById
- getNotificationById(data): Promise<any>
-
Returns Promise<any>
saveNotification
- saveNotification(data): Promise<any>
-
Returns Promise<any>
updateNotification
- updateNotification(data, id): Promise<any>
-
Returns Promise<any>