Exemple #1
0
    public Admin()
    {
        //
        // TODO: Add constructor logic here
        //

        ent = new thunderstruckEntities();
    }
    public Korisnik()
    {
        //
        // TODO: Add constructor logic here
        //

        entiteti = new thunderstruckEntities();
        nepostojecaStranica = "<p style='font-size:1.2em;'>404</p>";
    }