Created
July 18, 2019 08:44
-
-
Save ntakouris/3f52f9e70c1cab1180c6ce0564e4437f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Microsoft.Extensions.Configuration; | |
using Microsoft.Extensions.DependencyInjection; | |
namespace Tweetbook.Installers | |
{ | |
public interface IInstaller | |
{ | |
void InstallServices(IServiceCollection services, IConfiguration configuration); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment