CRUD de clientes

This commit is contained in:
carlos
2023-12-26 22:21:01 -06:00
parent 565ef45950
commit 715f763c71
13 changed files with 214 additions and 9 deletions
+1
View File
@@ -74,6 +74,7 @@
<Compile Include="database\conexion.cs" />
<Compile Include="database\DAO.cs" />
<Compile Include="database\modelos\Categoria.cs" />
<Compile Include="database\modelos\Cliente.cs" />
<Compile Include="database\modelos\Producto.cs" />
<Compile Include="database\modelos\usuario.cs" />
<Compile Include="database\service.cs" />