Example #1
0
 public bool SendSMS_ReceiveNoCar(System.Guid bookId, string mobile, Taxi.Services.ServiceG5.TcpOPBookTripType tripType)
 {
     return(base.Channel.SendSMS_ReceiveNoCar(bookId, mobile, tripType));
 }
Example #2
0
 public bool SendSMS_ReceiveCatchedUser(System.Guid bookId, string mobile, string carNo, int money, Taxi.Services.ServiceG5.TcpOPBookTripType tripType, int giaPhuTroi, int quangduong, Taxi.Services.ServiceG5.TcpOPDirection dir, string param6, string param7, string param8, string param9, string param10)
 {
     return(base.Channel.SendSMS_ReceiveCatchedUser(bookId, mobile, carNo, money, tripType, giaPhuTroi, quangduong, dir, param6, param7, param8, param9, param10));
 }
Example #3
0
 public bool SendSMS_ReceiveDriverCancel(System.Guid bookId, string mobile, string carNo, Taxi.Services.ServiceG5.TcpOPBookTripType tripType)
 {
     return(base.Channel.SendSMS_ReceiveDriverCancel(bookId, mobile, carNo, tripType));
 }
Example #4
0
 public bool SendSMS_ReceiveCarInfo(System.Guid bookId, string mobile, string carNo, string vehiclePlate, string driverName, string driverPhone, Taxi.Services.ServiceG5.TcpOPBookTripType tripType, string carNoOld)
 {
     return(base.Channel.SendSMS_ReceiveCarInfo(bookId, mobile, carNo, vehiclePlate, driverName, driverPhone, tripType, carNoOld));
 }