示例#1
0
 public int GetRowsCount(int tableID)
 {
     return(dal.GetRowsCount(tableID));
 }