public HaberController() { this.db = new HaberPortalDbContext(); this.haberServis = new HaberServis(db); this.etiketServis = new EtiketServis(db); this.kategoriServis = new KategoriServis(db); this.kullaniciServis = new KullaniciServis(db); }
public EtiketController() { this.db = new HaberPortalDbContext(); this.etiketServis = new EtiketServis(db); }