CQRS.Tests.CQRS.EventSourcing.EventRefactoring.When_renaming_events.When_mapping_names_for_classes_with_no_renaming_attribute.SetupMappingsForEventsWithNoRenamingAttribute C# (CSharp) 메소드

SetupMappingsForEventsWithNoRenamingAttribute() 개인적인 메소드

private SetupMappingsForEventsWithNoRenamingAttribute ( ) : void
리턴 void
        public void SetupMappingsForEventsWithNoRenamingAttribute()
        {
            _nameMapper = new RenamingEventNameMapper(
                eventTypes: Seq.OfTypes<Event1, Event2>(),
                renamers: new RenameEventsBasedOnEventRenamedAttributes());
        }