cambios para multi url y generica

This commit is contained in:
2026-03-25 08:00:59 +01:00
parent dff4f677b4
commit 370c8e85b4
15 changed files with 499 additions and 95 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
namespace bdHerramientaCACOA.db;
public partial class urlspermitidas
{
public int idUrlsPermitidas { get; set; }
public string? descripcion { get; set; }
public string url { get; set; } = null!;
}