TagzApp
TagzApp copied to clipboard
NuGet - Provider Creation
Extract appropriate classes/interfaces to a package so independent developers can easily develop providers without altering the web project.
This feels like an extraction of the ISocialMediaProvider and IConfigureService interfaces along with the models that go with them into a TagzApp.Abstractions project that would be referenced by the Common project and published as a NuGet package.