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