Example #1
0
 public void OEECUpdateLines(Oeeclines oeeclines)
 {
     this.repository.OEECUpdateLines(oeeclines);
 }
Example #2
0
 public void OEECUpdateLines(Oeeclines oeeclines)
 {
     this.adapter.OEECUpdateLines(oeeclines);
 }
Example #3
0
 public void OEECRowPreSelect(Oeeclines oeeclines)
 {
     this.repository.OEECRowPreSelect(oeeclines);
 }
Example #4
0
 public void OEECRowPreSelect(Oeeclines oeeclines)
 {
     this.adapter.OEECRowPreSelect(oeeclines);
 }