refactoring

This commit is contained in:
Paul Schneider 2018-08-01 03:12:08 +02:00
commit fb044dabcb
16 changed files with 11 additions and 53 deletions

View file

@ -42,10 +42,7 @@ namespace Yavsc.Models.Workflow
[Display(Name="GiveAnExplicitReason")]
public string Reason { get; set; }
public override string GetDescription ()
{
return "Rendez-vous";
}
public override string Description => "Rendez-vous";
public RdvQuery()
{