예제 #1
0
 public AccountController(ISysteemRolRepository systeemRolRepository)
 {
     _systeemRolRepository = systeemRolRepository;
 }
예제 #2
0
 public UsersController(IUserRepository userRepository, ISysteemRolRepository systeemRolRepository)
 {
     _userRepository       = userRepository;
     _systeemRolRepository = systeemRolRepository;
 }