예제 #1
0
 public updateExistingLetterRequestResponse(ERB_IdentificationLetter.dsLetterRequestResult result)
 {
     this.result = result;
 }
예제 #2
0
 public rejectLetterRequestResponse(ERB_IdentificationLetter.dsLetterRequestResult result)
 {
     this.result = result;
 }
예제 #3
0
 public verifyBeforeSaveResponse(ERB_IdentificationLetter.dsLetterRequestResult result)
 {
     this.result = result;
 }