Пример #1
0
    public LoaiTheDTO[] LayDanhSachLoaiThe()
    {
        LoaiTheDAO loaitheDAO = new LoaiTheDAO();

        return(loaitheDAO.LayDanhSachLoaiThe());
    }