示例#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));
 }