Example #1
0
 public IAS.DTO.ResponseService <string> GetApplicantByCriteriaSendMail(
     IAS.DTO.RegistrationType userRegType,
     string compCode,
     string idCard,
     string testingNo,
     string firstName,
     string lastName,
     System.Nullable <System.DateTime> startDate,
     System.Nullable <System.DateTime> toDate,
     string paymentNo,
     string billNo,
     int RowPerPage,
     int pageNum,
     bool Count,
     string license,
     string time,
     string examPlaceGroupCode,
     string examPlaceCode,
     string chequeNo,
     string examResult,
     System.Nullable <System.DateTime> startCandidates,
     System.Nullable <System.DateTime> endCandidates,
     string address,
     string name,
     string email)
 {
     return(base.Channel.GetApplicantByCriteriaSendMail(userRegType, compCode, idCard, testingNo, firstName, lastName, startDate, toDate, paymentNo, billNo, RowPerPage, pageNum, Count, license, time, examPlaceGroupCode, examPlaceCode, chequeNo, examResult, startCandidates, endCandidates, address, name, email));
 }
Example #2
0
 public IAS.DTO.ResponseMessage <bool> EntityValidation(IAS.DTO.RegistrationType registerType, IAS.DTO.Registration entity)
 {
     return(base.Channel.EntityValidation(registerType, entity));
 }
Example #3
0
 public IAS.DTO.ResponseMessage <bool> ValidateBeforeSubmit(IAS.DTO.RegistrationType registerType, IAS.DTO.Registration entity)
 {
     return(base.Channel.ValidateBeforeSubmit(registerType, entity));
 }
Example #4
0
 public IAS.DTO.ResponseService <IAS.DTO.Registration> InsertWithAttatchFile(IAS.DTO.RegistrationType registerType, IAS.DTO.Registration entity, IAS.DTO.RegistrationAttatchFile[] listAttatchFile)
 {
     return(base.Channel.InsertWithAttatchFile(registerType, entity, listAttatchFile));
 }
Example #5
0
 public IAS.DTO.ResponseService <IAS.DTO.Registration> Insert(IAS.DTO.Registration entity, IAS.DTO.RegistrationType registerType)
 {
     return(base.Channel.Insert(entity, registerType));
 }
Example #6
0
 public IAS.DTO.ResponseService <System.Data.DataSet> GetApproveAppForStatus(IAS.DTO.RegistrationType userRegType, string idcard, string status, string asso, string oic)
 {
     return(base.Channel.GetApproveAppForStatus(userRegType, idcard, status, asso, oic));
 }
Example #7
0
 public IAS.DTO.ResponseService <System.Data.DataSet> GetAttachFileAppChange(IAS.DTO.RegistrationType userRegType, string changeid)
 {
     return(base.Channel.GetAttachFileAppChange(userRegType, changeid));
 }
Example #8
0
 public IAS.DTO.ResponseService <System.Data.DataSet> GetApplicantTtoLog(IAS.DTO.RegistrationType userRegType, string idCard, string testingNo, string CompCode)
 {
     return(base.Channel.GetApplicantTtoLog(userRegType, idCard, testingNo, CompCode));
 }
Example #9
0
 public IAS.DTO.ResponseService <System.Data.DataSet> GetApproveEditApplicant(IAS.DTO.RegistrationType userRegType, string idCard, string testingNo, string CompCode, string ExamPlaceCode, string Status, int pageNo, int recordPerPage, bool Count, string membertype, string Asso, string oic)
 {
     return(base.Channel.GetApproveEditApplicant(userRegType, idCard, testingNo, CompCode, ExamPlaceCode, Status, pageNo, recordPerPage, Count, membertype, Asso, oic));
 }
Example #10
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));
 }