This commit is contained in:
Paul Schneider 2017-06-08 00:26:29 +02:00
commit a120dae977
144 changed files with 10574 additions and 1527 deletions

View file

@ -6,6 +6,6 @@ namespace Yavsc.ViewModels.Workflow
{
public UserActivity Declaration { get; set; }
public bool NeedsSettings { get; set; }
public bool HasSettings { get; set; }
public ISpecializationSettings Settings { get; set; }
}
}