public IEnumerable <Messaging> AOSystemSave(Aosystem aosystem) { return(this.repository.AOSystemSave(aosystem)); }
public IEnumerable <Messaging> AOSystemSave(Aosystem aosystem) { return(this.adapter.AOSystemSave(aosystem)); }