Добавил тест для прямоугольника
This commit is contained in:
11
StructureHelperLogics/Data/Shapes/Point.cs
Normal file
11
StructureHelperLogics/Data/Shapes/Point.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace StructureHelperLogics.Data.Shapes
|
||||
{
|
||||
public class Point : IPoint
|
||||
{
|
||||
public double Area { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user