Example #1
0
 public IAS.DTO.ResponseMessage <bool> EntityValidation(IAS.DTO.RegistrationType registerType, IAS.DTO.Registration entity)
 {
     return(base.Channel.EntityValidation(registerType, entity));
 }
Example #2
0
 public IAS.DTO.ResponseMessage <bool> ValidateBeforeSubmit(IAS.DTO.RegistrationType registerType, IAS.DTO.Registration entity)
 {
     return(base.Channel.ValidateBeforeSubmit(registerType, entity));
 }
Example #3
0
 public IAS.DTO.ResponseService <IAS.DTO.Registration> UpdateWithAttachFiles(IAS.DTO.Registration entity, IAS.DTO.RegistrationAttatchFile[] listAttatchFile)
 {
     return(base.Channel.UpdateWithAttachFiles(entity, listAttatchFile));
 }
Example #4
0
 public IAS.DTO.ResponseService <IAS.DTO.Registration> Update(IAS.DTO.Registration entity)
 {
     return(base.Channel.Update(entity));
 }
Example #5
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 #6
0
 public IAS.DTO.ResponseService <IAS.DTO.Registration> Insert(IAS.DTO.Registration entity, IAS.DTO.RegistrationType registerType)
 {
     return(base.Channel.Insert(entity, registerType));
 }