WIP: layer type
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
namespace WebAPI.Models
|
namespace WebAPI.Models
|
||||||
{
|
{
|
||||||
|
public enum LayerType
|
||||||
|
{
|
||||||
|
import,
|
||||||
|
processed
|
||||||
|
}
|
||||||
public class Layer
|
public class Layer
|
||||||
{
|
{
|
||||||
#region Properties
|
#region Properties
|
||||||
|
|||||||
Reference in New Issue
Block a user