Base
This commit is contained in:
6
classlib/enum.cs
Normal file
6
classlib/enum.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace PS.IPAM;
|
||||
using System;
|
||||
|
||||
enum Parameters {
|
||||
IsGateway = "is_gateway";
|
||||
}
|
||||
Reference in New Issue
Block a user