Ejemplo n.º 1
0
 public IAS.DTO.ResponseMessage <bool> InsertAttrachFileApplicantChange(IAS.DTO.AttachFileApplicantChange[] appAttachFileChange, IAS.DTO.UserProfile userProfile, IAS.DTO.ApplicantChange appChange)
 {
     return(base.Channel.InsertAttrachFileApplicantChange(appAttachFileChange, userProfile, appChange));
 }
Ejemplo n.º 2
0
 public IAS.DTO.ResponseMessage <bool> InsertApplicantChange(IAS.DTO.ApplicantChange appChange)
 {
     return(base.Channel.InsertApplicantChange(appChange));
 }