Exemplo n.º 1
0
 public IEnumerable <Observation> GetObservationsFor(int id)
 {
     return(_observationRepository.GetObservationsForSeries(id));
 }