Beispiel #1
0
 public async Task <Business.Contracts.Portfolio.Alerter> UpdateAlert(Business.Contracts.Portfolio.Alerter alert)
 {
     return(await _alertBuilder.Update(alert));
 }