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