Ejemplo n.º 1
0
 public IEnumerable <Messaging> AOVendorSave(Aovendor aovendor)
 {
     return(this.repository.AOVendorSave(aovendor));
 }
Ejemplo n.º 2
0
 public IEnumerable <Messaging> AOVendorSave(Aovendor aovendor)
 {
     return(this.adapter.AOVendorSave(aovendor));
 }