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

8 lines
180 B
C#

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