/// <summary> /// Hiển thị tất cả thông tin nhà cung cấp /// </summary> public static DataTable GetAll() { return(NhaCungCapDAO.GetAll()); }