예제 #1
0
 public IEnumerable <Messaging> AOSystemUserFldsSave(Aosystemuserflds aosystemuserflds)
 {
     return(this.repository.AOSystemUserFldsSave(aosystemuserflds));
 }
예제 #2
0
 public IEnumerable <Messaging> AOSystemUserFldsSave(Aosystemuserflds aosystemuserflds)
 {
     return(this.adapter.AOSystemUserFldsSave(aosystemuserflds));
 }
예제 #3
0
 public Aosystemuserflds AOSystemUserFldsLoad(Aosystemuserflds aosystemuserflds)
 {
     return(this.repository.AOSystemUserFldsLoad(aosystemuserflds));
 }
예제 #4
0
 public Aosystemuserflds AOSystemUserFldsLoad(Aosystemuserflds aosystemuserflds)
 {
     return(this.adapter.AOSystemUserFldsLoad(aosystemuserflds));
 }