Add project files.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Microsoft.OpenApi;
|
||||
|
||||
namespace SampleApplication.Entities
|
||||
{
|
||||
public class ShapeInput
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public ShapeType Type { get; set; }
|
||||
|
||||
public double[] Dimensions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user