Exemplo n.º 1
0
 // Sửa người dùng
 public static void update(string maND, string tenNguoiDung, string maLND)
 {
     NGUOIDUNG_DAL.update(maND, tenNguoiDung, maLND);
 }
Exemplo n.º 2
0
 // Xóa người dùng
 public static void delete(string maND)
 {
     NGUOIDUNG_DAL.delete(maND);
 }
Exemplo n.º 3
0
 public static void ResetMK(string maND)
 {
     NGUOIDUNG_DAL.ResetMK(maND);
 }
Exemplo n.º 4
0
 // Thêm người dùng
 public static void insert(string maND, string tenNguoiDung, string maLND, string tenDangNhap)
 {
     NGUOIDUNG_DAL.insert(maND, tenNguoiDung, maLND, tenDangNhap);
 }
Exemplo n.º 5
0
 public static string LayQuyen(string code)
 {
     return(NGUOIDUNG_DAL.LayQuyen(code));
 }
Exemplo n.º 6
0
 public static string LayMatKhau(string code)
 {
     return(NGUOIDUNG_DAL.LayMatKhau(code));
 }
Exemplo n.º 7
0
 public static string LayTenDangNhap(string code)
 {
     return(NGUOIDUNG_DAL.LayTenDangNhap(code));
 }
Exemplo n.º 8
0
 public static List <NGUOIDUNG> LayTatCaNguoiDung()
 {
     return(NGUOIDUNG_DAL.LayTatCaNguoiDung());
 }
Exemplo n.º 9
0
 public static string LayTenNguoiDung(string tendangnhap)
 {
     return(NGUOIDUNG_DAL.LayTenNguoiDung(tendangnhap));
 }
Exemplo n.º 10
0
 public static bool DangNhap(string tendangnhap, string matkhau)
 {
     return(NGUOIDUNG_DAL.DangNhap(tendangnhap, matkhau));
 }
Exemplo n.º 11
0
 public static bool KiemTraTenDangNhap(string tendangnhap)
 {
     return(NGUOIDUNG_DAL.KiemTraTonTai(tendangnhap));
 }