예제 #1
0
 public AsicentryICEAAChangeResponseAPI ICEAAChange(Iceaadetail iceaadetail)
 {
     return(this.repository.ICEAAChange(iceaadetail));
 }
예제 #2
0
 public AsicentryICEAAAddResponseAPI ICEAAAdd(Iceaadetail iceaadetail)
 {
     return(this.repository.ICEAAAdd(iceaadetail));
 }
예제 #3
0
 public Iceaadetail ICEAAPrepare(Iceaadetail iceaadetail)
 {
     return(this.repository.ICEAAPrepare(iceaadetail));
 }
예제 #4
0
 public AsicentryICEAAChangeResponseAPI ICEAAChange(Iceaadetail iceaadetail)
 {
     return(this.adapter.ICEAAChange(iceaadetail));
 }
예제 #5
0
 public AsicentryICEAAAddResponseAPI ICEAAAdd(Iceaadetail iceaadetail)
 {
     return(this.adapter.ICEAAAdd(iceaadetail));
 }
예제 #6
0
 public Iceaadetail ICEAAPrepare(Iceaadetail iceaadetail)
 {
     return(this.adapter.ICEAAPrepare(iceaadetail));
 }