mirror of
https://github.com/mrfluffy-dev/lpr.git
synced 2026-01-17 02:10:33 +00:00
Lets gooooo
This commit is contained in:
17
Models/SignRestriction.cs
Normal file
17
Models/SignRestriction.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Common
|
||||
{
|
||||
public enum SignRestriction
|
||||
{
|
||||
Positive,
|
||||
Negative,
|
||||
Unrestricted,
|
||||
Integer,
|
||||
Binary
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user