Exemplo n.º 1
0
    public Admin()
    {
        //
        // TODO: Add constructor logic here
        //

        ent = new thunderstruckEntities();
    }
Exemplo n.º 2
0
    public Korisnik()
    {
        //
        // TODO: Add constructor logic here
        //

        entiteti            = new thunderstruckEntities();
        nepostojecaStranica = "<p style='font-size:1.2em;'>Nepostojeća stranica ili stranica u izradi</p>";
    }