public bool SendSMS_ReceiveNoCar(System.Guid bookId, string mobile, Taxi.Services.ServiceApp_XHD.TcpOPBookTripType tripType)
 {
     return(base.Channel.SendSMS_ReceiveNoCar(bookId, mobile, tripType));
 }
 public bool SendSMS_ReceiveCatchedUser_V2(System.Guid bookId, string mobile, string carNo, string driverName, string vehiclePlate, int money, Taxi.Services.ServiceApp_XHD.TcpOPBookTripType tripType, int giaPhuTroi, int quangduong, Taxi.Services.ServiceApp_XHD.TcpOPDirection dir, string param6, string param7, string param8, string param9, string param10)
 {
     return(base.Channel.SendSMS_ReceiveCatchedUser_V2(bookId, mobile, carNo, driverName, vehiclePlate, money, tripType, giaPhuTroi, quangduong, dir, param6, param7, param8, param9, param10));
 }
 public bool SendSMS_ReceiveDriverCancel(System.Guid bookId, string mobile, string carNo, Taxi.Services.ServiceApp_XHD.TcpOPBookTripType tripType)
 {
     return(base.Channel.SendSMS_ReceiveDriverCancel(bookId, mobile, carNo, tripType));
 }
 public bool SendSMS_ReceiveCarInfo(System.Guid bookId, string mobile, string carNo, string vehiclePlate, string driverName, string driverPhone, Taxi.Services.ServiceApp_XHD.TcpOPBookTripType tripType, string carNoOld)
 {
     return(base.Channel.SendSMS_ReceiveCarInfo(bookId, mobile, carNo, vehiclePlate, driverName, driverPhone, tripType, carNoOld));
 }