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