예제 #1
0
 public IEnumerable <Messaging> AOProductSave(Aoproduct aoproduct)
 {
     return(this.repository.AOProductSave(aoproduct));
 }
예제 #2
0
 public IEnumerable <Messaging> AOProductSave(Aoproduct aoproduct)
 {
     return(this.adapter.AOProductSave(aoproduct));
 }