This commit is contained in:
Michael Robles
2023-12-22 22:36:22 -07:00
parent afef06b7aa
commit ee731cedf2
20 changed files with 187 additions and 103 deletions
+2
View File
@@ -67,6 +67,8 @@
<ItemGroup>
<Compile Include="database\conexion.cs" />
<Compile Include="database\DAO.cs" />
<Compile Include="database\modelos\Categoria.cs" />
<Compile Include="database\modelos\Producto.cs" />
<Compile Include="database\modelos\usuario.cs" />
<Compile Include="database\service.cs" />
<Compile Include="login.cs">