예제 #1
0
 public void OEIRCheckDrilldownAccess(Oeirupdateorder oeirupdateorder)
 {
     this.adapter.OEIRCheckDrilldownAccess(oeirupdateorder);
 }
예제 #2
0
 public void OEIRCheckDrilldownAccess(Oeirupdateorder oeirupdateorder)
 {
     this.repository.OEIRCheckDrilldownAccess(oeirupdateorder);
 }
예제 #3
0
 public AsoeinquiryOEIRUpdateOrderResponseAPI OEIRUpdateOrder(Oeirupdateorder oeirupdateorder)
 {
     return(this.adapter.OEIRUpdateOrder(oeirupdateorder));
 }
예제 #4
0
 public AsoeinquiryOEIRUpdateOrderResponseAPI OEIRUpdateOrder(Oeirupdateorder oeirupdateorder)
 {
     return(this.repository.OEIRUpdateOrder(oeirupdateorder));
 }