arreglos, listo menos modificar

This commit is contained in:
Ignacio Jesús Diana
2024-02-26 22:37:15 -03:00
parent 132c1c570f
commit 89523878ce
40 changed files with 85 additions and 48 deletions

View File

@@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace Entidades
{
public class DetallePedido : Detalle <T>
public class DetallePedido : Detalle<T>
{
public int IdPedido { get; set; }
}