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