예제 #1
0
 public AspoentryPOEILineUpdateResponseAPI POEILineUpdate(Poeilinedetail poeilinedetail)
 {
     return(this.repository.POEILineUpdate(poeilinedetail));
 }
예제 #2
0
 public AspoentryPOEILineUpdateResponseAPI POEILineUpdate(Poeilinedetail poeilinedetail)
 {
     return(this.adapter.POEILineUpdate(poeilinedetail));
 }
예제 #3
0
 public AspoentryPOEILineBeforeLotResponseAPI POEILineBeforeLot(Poeilinedetail poeilinedetail)
 {
     return(this.repository.POEILineBeforeLot(poeilinedetail));
 }
예제 #4
0
 public AspoentryPOEILineBeforeLotResponseAPI POEILineBeforeLot(Poeilinedetail poeilinedetail)
 {
     return(this.adapter.POEILineBeforeLot(poeilinedetail));
 }