public GrupRepo(IKullaniciRepo krepo, IYetkiRepo irepo, IGrupKullaniciRepo gkr, IGrupYetkiRepo gir) { this.kullaniciRepo = krepo; this.yetkiRepo = irepo; this.gkRepo = gkr; this.giRepo = gir; }
public GrupRepo(IKullaniciRepo krepo, IIzinRepo irepo, IGrupKullaniciRepo gkr, IGrupIzinRepo gir) { this.kullaniciRepo = krepo; this.izinRepo = irepo; this.gkRepo = gkr; this.giRepo = gir; }
public GrupController(IGrupRepo sr, IKullaniciRepo krepo, IIzinRepo irepo, IGrupKullaniciRepo gkr, IGrupIzinRepo gir) { this.grupRepo = sr; this.kullaniciRepo = krepo; this.izinRepo = irepo; this.gkRepo = gkr; this.giRepo = gir; }