Exemple #1
0
 public KoseYazisiController()
 {
     this.db              = new HaberSitesiDbContext();
     this.haberServis     = new HaberServis(db);
     this.kategoriServis  = new KategoriServis(db);
     this.kullaniciServis = new KullaniciServis(db);
 }
Exemple #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);
 }
Exemple #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);
 }
 public AnaController()
 {
     this.kullaniciServis = new KullaniciServis();
 }
 public YazarController()
 {
     this.db = new HaberSitesiDbContext();
     this.kullaniciServis = new KullaniciServis(db);
 }
Exemple #6
0
 public KullaniciController()
 {
     this.db = new HaberPortalDbContext();
     this.kullaniciServis = new KullaniciServis(db);
     this.rolServis       = new RolServis(db);
 }
Exemple #7
0
 public UyelikSaglayici()
 {
     this.kullaniciServis = new KullaniciServis();
 }