Beispiel #1
0
 public EventService(IGameActionNotificationQueue notificationQueue, IGameActionStatisticsQueue statisticsQueue, IUserProvider userProvider)
     : base(userProvider)
 {
     this.notificationQueue = notificationQueue;
     this.statisticsQueue   = statisticsQueue;
 }
 public EventService(IGameActionNotificationQueue notificationQueue, IGameActionStatisticsQueue statisticsQueue, IUserProvider userProvider)
     : base(userProvider)
 {
     this.notificationQueue = notificationQueue;
     this.statisticsQueue = statisticsQueue;
 }