i did that shit

This commit is contained in:
fISHIE
2025-12-14 12:09:05 +05:00
parent cea629affa
commit 0d763ea736
14 changed files with 1087 additions and 71 deletions

View File

@@ -0,0 +1,6 @@
namespace Submission.Api.Configuration;
public class PetitionSettings
{
public bool AllowPetitionCreation { get; set; }
}