Exemplo n.º 1
0
 public AstwladminGetPickAllocationResponseAPI GetPickAllocation(Omorderlinekey omorderlinekey)
 {
     return(this.repository.GetPickAllocation(omorderlinekey));
 }
Exemplo n.º 2
0
 public Orderlinetransinfo GetOrderLineTransInfo(Omorderlinekey omorderlinekey)
 {
     return(this.adapter.GetOrderLineTransInfo(omorderlinekey));
 }
Exemplo n.º 3
0
 public AstwladminGetPickAllocationResponseAPI GetPickAllocation(Omorderlinekey omorderlinekey)
 {
     return(this.adapter.GetPickAllocation(omorderlinekey));
 }
Exemplo n.º 4
0
 public Orderlinetransinfo GetOrderLineTransInfo(Omorderlinekey omorderlinekey)
 {
     return(this.repository.GetOrderLineTransInfo(omorderlinekey));
 }