示例#1
0
 public OutputSostav(IOracleOutputSostavRepository rep_os)
 {
     this.rep_os = rep_os;
 }
示例#2
0
 public OutputSostav()
 {
     this.rep_os = new EFOracleOutputSostavRepository();
 }