rectangle is tested

This commit is contained in:
2019-10-25 11:29:29 -06:00
parent 93b22ef2ec
commit ada7171a9d
6 changed files with 201 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ using System.Runtime.Serialization.Json;
namespace Shapes
{
public class FileIO
public class FileIO : IFileIO
{
public void SaveShape(Stream stream, Shape shape)
{