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