示例#1
0
 public DataTable GetHistoryBooks(int memberId)
 {
     return(pmDAL.GetHistoryBooks(memberId));
 }