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