Esempio n. 1
0
 public HelpSystemController(
     ISessionService sessionService,
     IHelpSystemService helpSystemService,
     IHilfeSucheService hilfeSucheService)
 {
     this.sessionService    = sessionService;
     this.helpSystemService = helpSystemService;
     this.hilfeSucheService = hilfeSucheService;
 }
Esempio n. 2
0
 public HilfeSucheController(IHilfeSucheService hilfeSucheService, ICookieService cookieService)
 {
     this.hilfeSucheService = hilfeSucheService;
     this.cookieService     = cookieService;
 }