Beispiel #1
0
 public async Task <IEnumerable <Business.Contracts.Portfolio.Alerter> > GetAlerts()
 {
     return(await _alertBuilder.Get());
 }