コード例 #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
ファイル: RolSaglayici.cs プロジェクト: mustva/HaberSitesiV2
 public RolSaglayici()
 {
     this.rolServis = new RolServis();
 }