Ejemplo n.º 1
0
 public AchsenEditModeController(
     IMandantenService mandantenService,
     IMandantDetailsService mandantDetailsService
     )
 {
     this.mandantenService      = mandantenService;
     this.mandantDetailsService = mandantDetailsService;
 }
Ejemplo n.º 2
0
 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;
 }