Example #1
0
 public BusPersonCount BPCountGetByStationId(BusPersonCount Count)
 {
     return(BPCountService.BusPersonCountGetByBusId(Count));
 }
Example #2
0
 public BusPersonCount BPCountSave(BusPersonCount Count)
 {
     return(BPCountService.BusPersonCountSave(Count));
 }