Exemplo n.º 1
0
 public BusPersonCount BPCountGetByStationId(BusPersonCount Count)
 {
     return(BPCountService.BusPersonCountGetByBusId(Count));
 }
Exemplo n.º 2
0
 public BusPersonCount BPCountSave(BusPersonCount Count)
 {
     return(BPCountService.BusPersonCountSave(Count));
 }