示例#1
0
 public async Task AddAlertsRangeAsync(List <Alert> alerts)
 {
     await _alertRepository.AddAlertRangeAsync(alerts);
 }