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