Exemplo n.º 1
0
 public updateExistingLetterRequestResponse(ERB_IdentificationLetter.dsLetterRequestResult result)
 {
     this.result = result;
 }
Exemplo n.º 2
0
 public rejectLetterRequestResponse(ERB_IdentificationLetter.dsLetterRequestResult result)
 {
     this.result = result;
 }
Exemplo n.º 3
0
 public verifyBeforeSaveResponse(ERB_IdentificationLetter.dsLetterRequestResult result)
 {
     this.result = result;
 }