예제 #1
0
 public void Update(DataSet ds)
 {
     da = new Renting_Management_System.DAL.DBConnection();
     da.Refresh(ds);
 }