Layer type on list

This commit is contained in:
Michał Zieliński
2023-08-22 19:26:08 +02:00
parent f4978009b5
commit dd64b34fa3
7 changed files with 110 additions and 135 deletions

View File

@@ -5,7 +5,8 @@ namespace WebAPI.Models
public enum LayerType
{
import,
processed
processed,
administration,
}
public class Layer
{