Пример #1
0
 public Validator(InputModel input, OutputModel output)
 {
     this.input  = input;
     this.output = output;
 }