Example #1
0
 public async Task<bool> UpdateNotificationByUDPRN(int uDPRN, string oldAction, string newAction)
 {
     return await notificationDataService.UpdateNotificationByUDPRN(uDPRN, oldAction, newAction);
 }