예제 #1
0
 public static int UserDetail(int id, DataTable dt)
 {
     return(SQLDataAccess.UpdateData(QueryRepository.SingleSelect(), id, dt));
 }