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