Example #1
0
 public IEnumerable <Oeeclines> OEECLoadLines(Oeeccriteria oeeccriteria)
 {
     return(this.repository.OEECLoadLines(oeeccriteria));
 }
Example #2
0
 public IEnumerable <Oeeclines> OEECLoadLines(Oeeccriteria oeeccriteria)
 {
     return(this.adapter.OEECLoadLines(oeeccriteria));
 }