示例#1
0
 private async Task <DataQualityDraftAlert> GetDraftAlertIfItExistsAsync()
 {
     return(await _alertRepository.GetOpenDraftAlertForNotificationAsync(NotificationId));
 }