◆ NotificationRepository()
| BMA.EHR.Application.Repositories.MessageQueue.NotificationRepository.NotificationRepository |
( |
IApplicationDBContext |
dbContext, |
|
|
EmailSenderService |
emailSenderService, |
|
|
IHttpContextAccessor |
httpContextAccessor |
|
) |
| |
|
inline |
◆ DeleteMyNotificationAsync()
| async Task BMA.EHR.Application.Repositories.MessageQueue.NotificationRepository.DeleteMyNotificationAsync |
( |
Guid |
id | ) |
|
|
inline |
◆ GetMyNotificationAsync()
| async Task< List< NotificationResponse > > BMA.EHR.Application.Repositories.MessageQueue.NotificationRepository.GetMyNotificationAsync |
( |
| ) |
|
|
inline |
◆ PushNotificationAsync()
| async Task BMA.EHR.Application.Repositories.MessageQueue.NotificationRepository.PushNotificationAsync |
( |
Guid |
ReceiverUserId, |
|
|
string |
Subject, |
|
|
string |
Body, |
|
|
string |
Payload = "", |
|
|
bool |
IsSendInbox = false, |
|
|
bool |
IsSendMail = false |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: