Example #1
0
 public IEnumerable <Messaging> AOSystemSave(Aosystem aosystem)
 {
     return(this.repository.AOSystemSave(aosystem));
 }
Example #2
0
 public IEnumerable <Messaging> AOSystemSave(Aosystem aosystem)
 {
     return(this.adapter.AOSystemSave(aosystem));
 }