summaryrefslogtreecommitdiff
path: root/Gestor.Common/Gestor.Common.Helpers/DataBaseParameters.cs
blob: 3f5c61a58621c13fb97bba4e60b364e0e3c621d2 (plain)
1
2
3
4
5
6
namespace Gestor.Common.Helpers;

public static class DataBaseParameters
{
	public static bool NovoGestor { get; set; }
}