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