Duplicator and now deleting if not sending to EDA

This commit is contained in:
2022-03-11 12:12:01 -07:00
parent 87700e0370
commit 7a94484d0e
23 changed files with 436 additions and 340 deletions

View File

@ -6,7 +6,7 @@ using System.Text.Json;
namespace Adaptation.Shared.Duplicator;
public class Description : IDescription, Properties.IDescription
public class Description : IDescription, Shared.Properties.IDescription
{
public int Test { get; set; }