How to avoid implementing methods repeatedly for identical classes?

You could create a class, that inherits IListService, and use it as a base class for your ListWrapper classes.

Leave a Comment