Beispiel #1
0
 public ValidatedAddressController(ISmartyStreetsCommand command, AppSettings settings) : base(settings)
 {
     _command = command;
 }
 public ValidatedAddressController(ISmartyStreetsCommand command)
 {
     _command = command;
 }