Exemplo n.º 1
0
 public int ooDeletePB(string MaPB)
 {
     return(con.ooDelete("QL_PhongBan", "where MaPhongBan='" + MaPB + "'"));
 }
Exemplo n.º 2
0
 // insert Chi tiet cham cong
 public int ooDelCC(int MaPhieu)
 {
     con.ooDelete("QL_ChiTietChamCong", "where MaPhieu=" + MaPhieu);
     return(con.ooDelete("Ql_ChamCong", "where MaPhieu=" + MaPhieu));
 }