Ejemplo n.º 1
0
 //Thêm thiết bị
 public static int AddThietBi(ThietBi tb)
 {
     return(ExecuteQuery.AddRows(tb.ToString(), "ThietBi"));
 }