CQRS.Tests.CQRS.EventSourcing.EventRefactoring.When_renaming_events.With_renaming_attribute.By_path.SetupMappingsForEventsWithNoRenamingAttribute C# (CSharp) Метод

SetupMappingsForEventsWithNoRenamingAttribute() приватный Метод

private SetupMappingsForEventsWithNoRenamingAttribute ( ) : void
Результат void
        public void SetupMappingsForEventsWithNoRenamingAttribute()
        {
            _nameMapper = new RenamingEventNameMapper(
                eventTypes: Seq.OfTypes<Event1, Event2>(),
                renamers: new RenameEventsBasedOnEventRenamedAttributes());
        }