Merge from booking branch
This commit is contained in:
parent
25906d0227
commit
9a2652739b
266 changed files with 12833 additions and 2337 deletions
|
|
@ -69,8 +69,16 @@ namespace Yavsc.Model.RolesAndMembers
|
|||
[DisplayName("Téléphone mobile")]
|
||||
public string Mobile { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the question.
|
||||
/// </summary>
|
||||
/// <value>The question.</value>
|
||||
public string Question { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the answer.
|
||||
/// </summary>
|
||||
/// <value>The answer.</value>
|
||||
public string Answer { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue