What is best way to wrap 3rd party class c# [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I am starting with dependency injection, and having hard time obstacting some of the third party library classes. For example I have EPPlus library in my project which has ExcelRange class which doesn't implement interface. Since I am using this library I am finding my code being