Пример #1
0
 public IEnumerable <HealthModel> GetLatestHealth()
 {
     return(_repository.GetLatestHealthForDistinctEndpoints());
 }