コード例 #1
0
ファイル: AdminBLL.cs プロジェクト: nieo7/chienyehtsai
 public int UpdateLastDate(DateTime lastDate, int a_id)
 {
     return(db.UpdateQueryByLastDate(lastDate, a_id));
 }