Exemple #1
0
 // search rented
 public DataTable searchDAORented(string cid, string status)
 {
     db = new DatabaseAccess();
     dt = db.DAOsearchRented(cid, status);
     return dt;
 }