Example #1
0
 public async Task<bool> UpdateNotificationMessageByUDPRN(int uDPRN, string action, string message)
 {
     return await notificationDataService.UpdateNotificationMessageByUDPRN(uDPRN, action, message);
 }