コード例 #1
0
 public StopView GetStop(int id)
 {
     return(_stops.GetStopView(id));
 }