Exemple #1
0
 public AdminSearchSL(GHostPlayerDAL ghostPlayerDal)
 {
     _ghostPlayerDal = ghostPlayerDal;
 }
Exemple #2
0
 public AdminBanSL(BanDAL banDal, GHostPlayerDAL ghostPlayerDal)
 {
     _banDal         = banDal;
     _ghostPlayerDal = ghostPlayerDal;
 }