implementado emailer

This commit is contained in:
2024-08-04 02:03:46 +01:00
parent 4bc99e9cc6
commit 628b33f922
18 changed files with 456 additions and 0 deletions

13
Informes/Informes.csproj Normal file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Entidades\Entidades.csproj" />
</ItemGroup>
</Project>