コード例 #1
0
 public MediaController(IFilePathToUrlConverter filePathConverter, ISoundFilePicker soundFilePicker)
 {
     _filePathConverter = filePathConverter;
     _soundFilePicker   = soundFilePicker;
 }
コード例 #2
0
		public SoundPlayerController(IMp3Player mp3Player, ISoundFilePicker soundFilePicker)
		{
			_mp3Player = mp3Player;
			_soundFilePicker = soundFilePicker;	
		}