traidas entidades de la db

Signed-off-by: fede <federico.nicolas.polidoro@gmail.com>
This commit is contained in:
2024-10-19 18:00:26 -03:00
parent ceffbf941e
commit 13ea698572
28 changed files with 600 additions and 2854 deletions

View File

@@ -1,11 +0,0 @@
using System;
using System.Collections.Generic;
namespace Entidades;
public partial class Servicio
{
public int Id { get; set; }
public string Descripcion { get; set; } = null!;
}