示例#1
0
 public KoseYazisiController()
 {
     this.db              = new HaberSitesiDbContext();
     this.haberServis     = new HaberServis(db);
     this.kategoriServis  = new KategoriServis(db);
     this.kullaniciServis = new KullaniciServis(db);
 }
示例#2
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);
 }
示例#3
0
 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);
 }
示例#4
0
 public HaberController()
 {
     this.db          = new HaberSitesiDbContext();
     this.haberServis = new HaberServis(db);
 }
 public GaleriController()
 {
     this.db           = new HaberPortalDbContext();
     this.galeriServis = new GaleriServis(db);
     this.haberServis  = new HaberServis(db);
 }
示例#6
0
 public HomeController()
 {
     this.db             = new HaberPortalDbContext();
     this.haberServis    = new HaberServis(db);
     this.kategoriServis = new KategoriServis(db);
 }