View primitives was fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace StructureHelperCommon.Models.Shapes
|
||||
{
|
||||
public class PointShape : IPoint
|
||||
public class PointShape : IPointShape
|
||||
{
|
||||
public double Area { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user