예제 #1
0
 public KullaniciController()
 {
     this.db = new HaberPortalDbContext();
     this.kullaniciServis = new KullaniciServis(db);
     this.rolServis       = new RolServis(db);
 }
예제 #2
0
 public RolController()
 {
     this.db        = new HaberPortalDbContext();
     this.rolServis = new RolServis(db);
 }
예제 #3
0
 public RolSaglayici()
 {
     this.rolServis = new RolServis();
 }