Exemplo n.º 1
0
 protected BaseCollectionWatcher(Logger logger,
                                 ISomeAbstractionLevelProxy someAbstractionLevelProxy, IWebSocketsInterface webSocketsInterface,
                                 UserRepository userRepository, SomeAnotherRepository anotherRepository)
 {
     this.userRepository    = userRepository; this.anotherRepository = anotherRepository;
     this.logger            = logger;
     this.updateSenderProxy = updateSenderProxy; this.webSocketsInterface = webSocketsInterface;
 }
Exemplo n.º 2
0
 public SomeEntityCollectionWatcher(
     SomewhatRepositoryOne somewhatRepositoryOne, SomeAnotherRepository anotherRepository,
     SomewhatRepositoryTwo SomewhatRepositoryTwo, UserRepository userRepository,
     SomewhatRepositoryThree somewhatRepositoryThree,
     ISomeAbstractionLevelProxy someAbstractionLevelProxy, IWebSocketsInterface websocketsInterface,
     Logger logger)
     : base(logger, updateSenderProxy, websocketsInterface, userRepository, anotherRepository)
 {
     this.somewhatRepositoryOne = somewhatRepositoryOne; this.SomewhatRepositoryTwo = SomewhatRepositoryTwo;
 }