public AdminController(OpenAccessContext context, UserProfilePersistenceService userPersistenceService, RegistrantPersistenceService registrantPersistenceService) : base(context) { _userPersistenceService = userPersistenceService; _registrantPersistenceService = registrantPersistenceService; }
public RegisterController(OpenAccessContext context, GenderListProducer genderListProducer, RegistrantPersistenceService registrantPersistenceService) : base(context) { _genderListProducer = genderListProducer; _registrantPersistenceService = registrantPersistenceService; }