예제 #1
0
 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);
 }
예제 #2
0
 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);
 }
예제 #3
0
 public KullaniciController()
 {
     this.db = new HaberPortalDbContext();
     this.kullaniciServis = new KullaniciServis(db);
 }
예제 #4
0
 public EtiketController()
 {
     this.db = new HaberPortalDbContext();
     this.etiketServis = new EtiketServis(db);
 }
예제 #5
0
 public KullaniciController()
 {
     this.db = new HaberPortalDbContext();
     this.kullaniciServis = new KullaniciServis(db);
     this.rolServis       = new RolServis(db);
 }
예제 #6
0
 public HaberServis(HaberPortalDbContext db)
 {
     this.db = db;
 }
예제 #7
0
 public RolController()
 {
     this.db        = new HaberPortalDbContext();
     this.rolServis = new RolServis(db);
 }
 public KategoriController()
 {
     this.db             = new HaberPortalDbContext();
     this.kategoriServis = new KategoriServis(db);
 }
예제 #9
0
 public KategoriServis(HaberPortalDbContext db)
 {
     this.db = db;
 }
예제 #10
0
 public KategoriController()
 {
     this.db = new HaberPortalDbContext();
     this.kategoriServis = new KategoriServis(db);
 }
예제 #11
0
 public GaleriController()
 {
     this.db = new HaberPortalDbContext();
     this.galeriServis = new GaleriServis(db);
     this.haberServis = new HaberServis(db);
 }
예제 #12
0
 public KullaniciServis(HaberPortalDbContext db)
 {
     this.db = db;
 }
예제 #13
0
 public HaberServis(HaberPortalDbContext db)
 {
     this.db = db;
 }
예제 #14
0
 public YazarController()
 {
     this.db = new HaberPortalDbContext();
 }
예제 #15
0
 public GaleriServis(HaberPortalDbContext db)
 {
     this.db = db;
 }
예제 #16
0
 public EtiketServis(HaberPortalDbContext db)
 {
     this.db = db;
 }
예제 #17
0
 public EtiketController()
 {
     this.db           = new HaberPortalDbContext();
     this.etiketServis = new EtiketServis(db);
 }
예제 #18
0
 public KategoriServis(HaberPortalDbContext db)
 {
     this.db = db;
 }
예제 #19
0
 public GaleriController()
 {
     this.db           = new HaberPortalDbContext();
     this.galeriServis = new GaleriServis(db);
     this.haberServis  = new HaberServis(db);
 }
예제 #20
0
 public RolController()
 {
     this.db = new HaberPortalDbContext();
     this.rolServis = new RolServis(db);
 }
예제 #21
0
 public EtiketServis(HaberPortalDbContext db)
 {
     this.db = db;
 }
예제 #22
0
 public GaleriServis(HaberPortalDbContext db)
 {
     this.db = db;
 }
예제 #23
0
 public KullaniciServis(HaberPortalDbContext db)
 {
     this.db = db;
 }