Пример #1
0
 public SoundBoardService(IDataService<SoundBoardInfo> soundBoardDataService, ISoundBoardSettings soundBoardSettings, IStreamedPlayer player, IPathBuilder pathBuilder, INowHelper nowHelper)
 {
     this.nowHelper = nowHelper;
     this.pathBuilder = pathBuilder;
     this.player = player;
     this.soundBoardSettings = soundBoardSettings;
     this.soundBoardDataService = soundBoardDataService;
 }
Пример #2
0
 public SoundBoardService(IDataService <SoundBoardInfo> soundBoardDataService, ISoundBoardSettings soundBoardSettings, IStreamedPlayer player, IPathBuilder pathBuilder, INowHelper nowHelper)
 {
     this.nowHelper             = nowHelper;
     this.pathBuilder           = pathBuilder;
     this.player                = player;
     this.soundBoardSettings    = soundBoardSettings;
     this.soundBoardDataService = soundBoardDataService;
 }