wip - refacts

This commit is contained in:
Paul Schneider 2017-03-13 16:44:07 +01:00
commit 736e46e800
68 changed files with 577 additions and 9832 deletions

View file

@ -35,6 +35,8 @@ namespace Yavsc.Models.Workflow
set;
get;
}
[Display(Name="GiveAnExplicitReason")]
public string Reason { get; set; }
public RdvQuery()