mirror of
https://github.com/MvDevsUnion/WPetition.git
synced 2026-01-13 17:09:28 +00:00
7 lines
127 B
C#
7 lines
127 B
C#
namespace Submission.Api.Configuration;
|
|
|
|
public class PetitionSettings
|
|
{
|
|
public bool AllowPetitionCreation { get; set; }
|
|
}
|