public AchsenEditModeController( IMandantenService mandantenService, IMandantDetailsService mandantDetailsService ) { this.mandantenService = mandantenService; this.mandantDetailsService = mandantDetailsService; }
public SecurityService(IUserIdentityProvider userIdentityProvider, ISessionService sessionService, IMandantenService mandantenService, ICookieService cookieService, IIdentityCacheService identityCacheService) { this.userIdentityProvider = userIdentityProvider; this.sessionService = sessionService; this.mandantenService = mandantenService; this.cookieService = cookieService; this.identityCacheService = identityCacheService; }