Beispiel #1
0
 public IEnumerable <Alert> GetAlerts()
 {
     initNonExistingRepo();
     return(repo.ReadAlerts());
 }