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