예제 #1
0
 public LoaiTheDTO[] LayDanhSachLoaiThe()
 {
     return(loaitheDAO.LayDanhSachLoaiThe());
 }
예제 #2
0
    public LoaiTheDTO[] LayDanhSachLoaiThe()
    {
        LoaiTheDAO loaitheDAO = new LoaiTheDAO();

        return(loaitheDAO.LayDanhSachLoaiThe());
    }