コード例 #1
0
 public Observation GetObservationById(int id)
 {
     return(repository.GetObservationById(id));
 }