Exemplo n.º 1
0
 public static bool create(string[] value)
 {
     string[] col = { "NgayLap", "TongGia", "NhanVien", "Phong", "MaPhieuThue" };
     return(DTObject.insert("HOADON", col, value));
 }
Exemplo n.º 2
0
 public static bool create(string[] value)
 {
     string[] col = { "TenPhieuThue", "TinhTrangPhieuThue", "MaPhong", "NgayLap", "NgayBatDau", "NgayKetThuc", "MaKH" };
     return(DTObject.insert("PHIEUTHUE", col, value));
 }
Exemplo n.º 3
0
 public static bool create(string[] value)
 {
     string[] col = { "MaHD", "MaDichVu", "NgaySuDung", "Phong" };
     return(DTObject.insert("CHITIETHOADON", col, value));
 }
Exemplo n.º 4
0
 public static bool create(string[] value)
 {
     string[] col = { "TenDichVu", "Gia" };
     return(DTObject.insert("DICHVU", col, value));
 }
Exemplo n.º 5
0
 public static bool create(string[] value)
 {
     string[] col = { "HoTen", "SoCMND", "NgayVaoLam", "NgaySinh", "email", "SoDienThoai", "Username", "PassWord", "LoaiTaiKhoan", "GioiTinh", "Deleted", "Active" };
     return(DTObject.insert("TAIKHOAN", col, value));
 }