Beispiel #1
0
 public Interface(IAuthentificator authentificator, ICacheStorage cacheStorage, IEventoClient eventoClient, ISettingsLoader settingsLoader)
 {
     this.authentificator = authentificator;
     this.cacheStorage    = cacheStorage;
     this.eventoClient    = eventoClient;
     this.settingsLoader  = settingsLoader;
 }
Beispiel #2
0
 public Interface(IAuthentificator authentificator, ICacheStorage cacheStorage, IEventoClient eventoClient)
 {
     this.authentificator = authentificator;
     this.cacheStorage    = cacheStorage;
     this.eventoClient    = eventoClient;
 }