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)); }
public IAS.DTO.ResponseMessage <bool> EntityValidation(IAS.DTO.RegistrationType registerType, IAS.DTO.Registration entity) { return(base.Channel.EntityValidation(registerType, entity)); }
public IAS.DTO.ResponseMessage <bool> ValidateBeforeSubmit(IAS.DTO.RegistrationType registerType, IAS.DTO.Registration entity) { return(base.Channel.ValidateBeforeSubmit(registerType, entity)); }
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)); }
public IAS.DTO.ResponseService <IAS.DTO.Registration> Insert(IAS.DTO.Registration entity, IAS.DTO.RegistrationType registerType) { return(base.Channel.Insert(entity, registerType)); }
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)); }
public IAS.DTO.ResponseService <System.Data.DataSet> GetAttachFileAppChange(IAS.DTO.RegistrationType userRegType, string changeid) { return(base.Channel.GetAttachFileAppChange(userRegType, changeid)); }
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)); }
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)); }
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)); }