TFS_ANTIGUO/TPAtesa_CuentasCobrar/CuentasCobrar.API/Installers/IInstaller.cs

9 lines
180 B
C#
Raw Normal View History

namespace CuentasCobrar.API.Installers
{
public interface IInstaller
{
void InstallServices(IServiceCollection services, IConfiguration configuration);
}
}