/// <summary> /// Update Notification /// </summary> /// <param name="Notification">Notification Model</param> /// <returns>Success/Failure</returns> public async Task <string> UpdateNotification(NotitifcationWithSchedules Notification) { return(await _notificationClient.UpdateNotification(Notification)); }