Exemplo n.º 1
0
 public int ooUpdateChiTietCC(int MaPhieu, int _Ngay, bool _NgayCong, int _GioTangCa, int _Giotre)
 {
     return(con.ooUpdate("QL_ChiTietChamCong", "where MaPhieu='" + MaPhieu + "' and Ngay=" + _Ngay, "NgayCong", _NgayCong, "SoGioTangCa", _GioTangCa, "SoGioTre", _Giotre));
 }
Exemplo n.º 2
0
 public int ooUpdatePB(string MaPB, string TenPB)
 {
     return(con.ooUpdate("QL_PhongBan", "where MaPhongBan='" + MaPB + "'", "TenPhongBan", TenPB));
 }
Exemplo n.º 3
0
 public int UpdateTL(string tendn, string mk)
 {
     return(con.ooUpdate("QL_NguoiDung", "where TenDangNhap='" + tendn + "'", "MatKhau", mk));
 }