denuncias

This commit is contained in:
2026-06-08 12:58:30 +02:00
parent 8163928623
commit ff2867d916
51 changed files with 4012 additions and 766 deletions

View File

@@ -0,0 +1,10 @@
namespace GestionaDenuncias.Shared.Models;
public enum DenunciaListScope
{
All = 0,
Pending = 1,
Updates = 2,
InGestiona = 3,
Rejected = 4
}