Ejemplo n.º 1
0
 public static DataTable tim(int ID)
 {
     DAL.DAL_ThietBi TB = new DAL.DAL_ThietBi();
     return(TB.tim(ID));
 }
Ejemplo n.º 2
0
 public static DataTable hienDanhSach()
 {
     DAL.DAL_ThietBi TB = new DAL.DAL_ThietBi();
     return(TB.layDanhSach());
 }