Ejemplo n.º 1
0
 public bool UpdateByAnswerID(WebPages.PersonalReportService.PersonalReportAddEntity entityInfo)
 {
     return(base.Channel.UpdateByAnswerID(entityInfo));
 }
Ejemplo n.º 2
0
 public long PRInsert(WebPages.PersonalReportService.PersonalReportAddEntity entityInfo)
 {
     return(base.Channel.PRInsert(entityInfo));
 }