Ejemplo n.º 1
0
 public LoaiTheDTO[] LayDanhSachLoaiThe()
 {
     return(loaitheDAO.LayDanhSachLoaiThe());
 }
Ejemplo n.º 2
0
    public LoaiTheDTO[] LayDanhSachLoaiThe()
    {
        LoaiTheDAO loaitheDAO = new LoaiTheDAO();

        return(loaitheDAO.LayDanhSachLoaiThe());
    }