Exemple #1
0
 public InputSostav(IOracleInputSostavRepository rep_is)
 {
     this.rep_is = rep_is;
 }
Exemple #2
0
 public InputSostav()
 {
     this.rep_is = new EFOracleInputSostavRepository();
 }