Skip to content

francoeder/Payment.Adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Payment.Adapter

A simple approach to dealing with multiple implementations of the same interface


Overview

This project explores a simple approach to managing dependency injection by leveraging delegates, offering a flexible solution for handling various implementations of the same interface.

The delegate used in this project is dynamically selected based on values provided in the headers of incoming requests. This enables a fine-grained approach to dependency injection, allowing different implementations to be chosen based on contextual information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages