예제 #1
0
 public CreateAddressCommandValidatorTests()
 {
     _validator = new CreateAddressCommandValidator();
 }
예제 #2
0
 public CreateAddressCommandValidatorTests()
 {
     this.createValidator = new CreateAddressCommandValidator();
     this.createCommand   = new CreateAddressCommand();
 }