paying
This commit is contained in:
parent
aa4cc44453
commit
22d476ebce
10 changed files with 28 additions and 24 deletions
|
|
@ -42,12 +42,10 @@ namespace Yavsc.Models.Workflow
|
|||
[Display(Name="GiveAnExplicitReason")]
|
||||
public string Reason { get; set; }
|
||||
|
||||
public override string Description
|
||||
public override string GetDescription ()
|
||||
{
|
||||
get;
|
||||
|
||||
set;
|
||||
} = "Rendez-vous";
|
||||
return "Rendez-vous";
|
||||
}
|
||||
|
||||
public RdvQuery()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue