コード例 #1
0
 public CatConsoleCreator(IReaderService readerService, INotificationService notificationService) : base(readerService, notificationService)
 {
     SoundService = ConsoleSoundService.CreateSoundService("МЯЯУ");
 }
コード例 #2
0
 public StorkConsoleCreator(IReaderService readerService, INotificationService notificationService) : base(readerService, notificationService)
 {
     SoundService = ConsoleSoundService.CreateSoundService("Вааа");
 }
コード例 #3
0
 public TigerConsoleCreator(IReaderService readerService, INotificationService notificationService) : base(readerService, notificationService)
 {
     SoundService = ConsoleSoundService.CreateSoundService("РЯЯ");
 }
コード例 #4
0
 public ChickenConsoleCreator(IReaderService readerService, INotificationService notificationService) : base(readerService, notificationService)
 {
     SoundService = ConsoleSoundService.CreateSoundService("Пок-пок-пок");
 }