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