enum sufix removed

This commit is contained in:
2026-02-08 21:58:31 +01:00
parent 37e73627b5
commit ca0f43a276
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
namespace AipsCore.Domain.Models.Shape.Enums;
public enum ShapeTypeEnum
public enum ShapeType
{
Rectangle,
Line,