コード例 #1
0
 public float loadTotalTransportFee(int tourGroupid)
 {
     return((float)_bus.loadTotalTransportFee(tourGroupid));
 }