added swagger ui and implemented save, get, and stats api.
This commit is contained in:
@@ -8,6 +8,6 @@ namespace SampleApplication.Entities
|
||||
|
||||
public ShapeType Type { get; set; }
|
||||
|
||||
public double[] Dimensions { get; set; }
|
||||
public required double[] Dimensions { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user