Esempio n. 1
0
 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);
 }
Esempio n. 2
0
 public EtiketController()
 {
     this.db           = new HaberSitesiDbContext();
     this.etiketServis = new EtiketServis(db);
 }