示例#1
0
 public IEnumerable <Arslloadresults> ARSLLoad(Arslloadcriteria arslloadcriteria)
 {
     return(this.repository.ARSLLoad(arslloadcriteria));
 }
示例#2
0
 public IEnumerable <Arslloadresults> ARSLLoad(Arslloadcriteria arslloadcriteria)
 {
     return(this.adapter.ARSLLoad(arslloadcriteria));
 }