diff --git a/Application/Application.csproj b/Application/Application.csproj index a26b76f..8e38a8a 100644 --- a/Application/Application.csproj +++ b/Application/Application.csproj @@ -8,7 +8,6 @@ - diff --git a/Application/ProcessarMedicoesUseCase.cs b/Application/ProcessarMedicoesUseCase.cs index 60a8db7..f223503 100644 --- a/Application/ProcessarMedicoesUseCase.cs +++ b/Application/ProcessarMedicoesUseCase.cs @@ -5,7 +5,6 @@ using System.Text; using System.Threading.Channels; using System.Xml.Linq; using Domain; -using Infrastructure; namespace Application { diff --git a/Infrastructure/Infrastructure.csproj b/Infrastructure/Infrastructure.csproj index d0bae70..9d65d2d 100644 --- a/Infrastructure/Infrastructure.csproj +++ b/Infrastructure/Infrastructure.csproj @@ -13,6 +13,7 @@ + diff --git a/Infrastructure/PostgresRepository.cs b/Infrastructure/PostgresRepository.cs index 8715f96..0d85a40 100644 --- a/Infrastructure/PostgresRepository.cs +++ b/Infrastructure/PostgresRepository.cs @@ -1,5 +1,6 @@ using System.Globalization; using Domain; +using Microsoft.VisualBasic; using Npgsql; using NpgsqlTypes;