added swagger ui and implemented save, get, and stats api.

This commit is contained in:
2026-01-19 16:52:54 +05:30
parent 703c08022b
commit 91e55f925b
6 changed files with 78 additions and 21 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ namespace SampleApplication.Entities
public ShapeType Type { get; set; }
public double[] Dimensions { get; set; }
public required double[] Dimensions { get; set; }
}
}