コード例 #1
0
 public InvestorInstructionUpdatedDto(InvestorInstructionIdentifierDto identifierDto, InvestorInstructionStatus status)
 {
     this.IdentifierDto = identifierDto;
     this.Status        = status;
 }
コード例 #2
0
 public InvestorInstructionUpdatedDto(InvestorInstructionIdentifierDto identifierDto, InvestorInstructionStatus status)
 {
     this.IdentifierDto = identifierDto;
     this.Status = status;
 }