public KoseYazisiController() { this.db = new HaberSitesiDbContext(); this.haberServis = new HaberServis(db); this.kategoriServis = new KategoriServis(db); this.kullaniciServis = new KullaniciServis(db); }
public HaberController() { this.db = new HaberSitesiDbContext(); this.haberServis = new HaberServis(db); this.etiketServis = new EtiketServis(db); this.kategoriServis = new KategoriServis(db); this.kullaniciServis = new KullaniciServis(db); }
public OrtakController() { this.db = new HaberSitesiDbContext(); this.haberServis = new HaberServis(db); this.kategoriServis = new KategoriServis(db); this.kullaniciServis = new KullaniciServis(db); this.yorumServis = new YorumServis(db); }
public AnaController() { this.kullaniciServis = new KullaniciServis(); }
public YazarController() { this.db = new HaberSitesiDbContext(); this.kullaniciServis = new KullaniciServis(db); }
public KullaniciController() { this.db = new HaberPortalDbContext(); this.kullaniciServis = new KullaniciServis(db); this.rolServis = new RolServis(db); }
public UyelikSaglayici() { this.kullaniciServis = new KullaniciServis(); }