コード例 #1
0
 public virtual int GetMaxId(string tableName)
 {
     return(_dao.GetMaxId(tableName));
 }