denuncias
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace GestionaDenuncias.Shared.Models;
|
||||
|
||||
public enum DenunciaListScope
|
||||
{
|
||||
All = 0,
|
||||
Pending = 1,
|
||||
Updates = 2,
|
||||
InGestiona = 3,
|
||||
Rejected = 4
|
||||
}
|
||||
Reference in New Issue
Block a user