8 lines
180 B
C#
8 lines
180 B
C#
namespace CuentasCobrar.API.Installers
|
|
{
|
|
public interface IInstaller
|
|
{
|
|
void InstallServices(IServiceCollection services, IConfiguration configuration);
|
|
}
|
|
}
|
|
|