public static void themnv(DTO_NV nv) { DAO_NV.Themnv(nv); }
public static DataTable hienthinv() { return(DAO_NV.hienthinv()); }
public static bool ktnvtrung(string manv) { return(DAO_NV.ktnvtrung(manv)); }
public static DataTable timkiemnv(string ten, string sdt, string cv) { return(DAO_NV.timkiemnv(ten, sdt, cv)); }
public static void RunDelSQLNVOnTKDT(string manv) { DAO_NV.RunDelSQLNVOnTKDT(manv); }
public static void RunDelSQL(string manv) { DAO_NV.RunDelSQL(manv); }
public static void suaNV(DTO_NV nv) { DAO_NV.Suanv(nv); }
public static DataTable LayMaDTTheoMaNV(string manv) { return(DAO_NV.LayMaDTTheoMaNV(manv)); }
public static DataTable hienthinvcuthe(string manv) { return(DAO_NV.hienthinvcuthe(manv)); }