FITKMS_business.Data.Korisnici.Korisnici C# (CSharp) Метод

Korisnici() публичный Метод

public Korisnici ( ) : System
Результат System
        public Korisnici()
        {
            this.Clanci = new HashSet<Clanci>();
            this.ClanciKomentari = new HashSet<ClanciKomentari>();
            this.ClanciOcjene = new HashSet<ClanciOcjene>();
            this.KorisniciUloge = new HashSet<KorisniciUloge>();
            this.Odgovori = new HashSet<Odgovori>();
            this.OdgovoriGlasovi = new HashSet<OdgovoriGlasovi>();
            this.Pitanja = new HashSet<Pitanja>();
            this.PitanjaGlasovi = new HashSet<PitanjaGlasovi>();
            this.ClanciIzmjene = new HashSet<ClanciIzmjene>();
            this.KorisniciTagovi = new HashSet<KorisniciTagovi>();
            this.PitanjaOcjene = new HashSet<PitanjaOcjene>();
        }
Korisnici