Merge from booking branch

This commit is contained in:
Paul Schneider 2015-11-17 22:22:59 +01:00
commit 9a2652739b
266 changed files with 12833 additions and 2337 deletions

View file

@ -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; }
}
}