public void Insert(NhaXuatBan info) { data.Insert(info); }
public static void Insert(NhaXuatBanDTO NXB) { NhaXuatBanDAO.Insert(NXB); }