CQRS.Tests.CQRS.EventSourcing.EventRefactoring.When_renaming_events.When_mapping_names_for_classes_with_no_renaming_attribute.SetupMappingsForEventsWithNoRenamingAttribute C# (CSharp) Méthode

SetupMappingsForEventsWithNoRenamingAttribute() private méthode

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