コード例 #1
0
 /// <summary>
 /// GetMaxId
 /// </summary>
 public int GetMaxId()
 {
     return(DBHelper.GetMaxID <BS_Template>("id"));
 }