this repo contains Adapter design pattern implementation using C#
I have faced this problem in one of my previous projects. And as a result, I ended up solving the problem by using the 'Adapter design pattern'. The way that I did was by adding a class ,Adapter(), that plays as the adapter role.

