public ApplicatieRepository(ProfileManagerContext profileManagerContext) { _profileManagerContext = profileManagerContext; }
public RolRepository(ProfileManagerContext profileManagerContext) { _profileManagerContext = profileManagerContext; }