예제 #1
0
 public IEnumerable <Messaging> AOLogisticsSave(Aologistics aologistics)
 {
     return(this.repository.AOLogisticsSave(aologistics));
 }
예제 #2
0
 public IEnumerable <Messaging> AOLogisticsSave(Aologistics aologistics)
 {
     return(this.adapter.AOLogisticsSave(aologistics));
 }