This commit is contained in:
Paul Schneider 2017-05-27 16:22:25 +02:00
commit 724e0e17ef
11 changed files with 5831 additions and 4360 deletions

View file

@ -1,4 +1,4 @@
using YavscLib;
using Yavsc;
namespace Yavsc.ViewModels.Relationship
{
@ -12,4 +12,4 @@ namespace Yavsc.ViewModels.Relationship
public ICircleAuthorized Target { get; set; }
public string TargetTypeName { get; set; }
}
}
}