コード例 #1
0
 public ValidatedAddressController(ISmartyStreetsCommand command, AppSettings settings) : base(settings)
 {
     _command = command;
 }
コード例 #2
0
 public ValidatedAddressController(ISmartyStreetsCommand command)
 {
     _command = command;
 }