Beispiel #1
0
 public IAS.DTO.ResponseMessage <bool> UpdateExamRoom(IAS.DTO.ConfigExamRoom ent, IAS.DTO.UserProfile userProfile)
 {
     return(base.Channel.UpdateExamRoom(ent, userProfile));
 }
Beispiel #2
0
 public IAS.DTO.ResponseMessage <bool> CheckAuthorityEditExam(IAS.DTO.UserProfile userProfile, string testingNo, string testingDate)
 {
     return(base.Channel.CheckAuthorityEditExam(userProfile, testingNo, testingDate));
 }
Beispiel #3
0
 public IAS.DTO.ResponseMessage <bool> ChangePasswordByAdmin(IAS.DTO.User user, IAS.DTO.UserProfile userProfile)
 {
     return(base.Channel.ChangePasswordByAdmin(user, userProfile));
 }
Beispiel #4
0
 public IAS.DTO.ResponseMessage <bool> EditMemberTypeAndActive(IAS.DTO.AccountDetail ent, IAS.DTO.UserProfile userProfile)
 {
     return(base.Channel.EditMemberTypeAndActive(ent, userProfile));
 }
Beispiel #5
0
 public IAS.DTO.ResponseMessage <bool> DisableUser(IAS.DTO.AccountDetail user, IAS.DTO.UserProfile userProfile)
 {
     return(base.Channel.DisableUser(user, userProfile));
 }
Beispiel #6
0
 public IAS.DTO.ResponseMessage <bool> IsChangePassword(IAS.DTO.UserProfile userProfile)
 {
     return(base.Channel.IsChangePassword(userProfile));
 }
Beispiel #7
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));
 }
Beispiel #8
0
 public IAS.DTO.ResponseService <string> ApplicantGroupUploadToSubmit(string groupId, IAS.DTO.UserProfile userProfile)
 {
     return(base.Channel.ApplicantGroupUploadToSubmit(groupId, userProfile));
 }
Beispiel #9
0
 public IAS.DTO.ResponseService <IAS.DTO.SummaryReceiveApplicant> InsertAndCheckApplicantGroupUpload(IAS.DTO.UploadData data, string fileName, IAS.DTO.RegistrationType regType, string testingNo, string examPlaceCode, IAS.DTO.UserProfile userProfile)
 {
     return(base.Channel.InsertAndCheckApplicantGroupUpload(data, fileName, regType, testingNo, examPlaceCode, userProfile));
 }