From 98e6b8fc75443d688cd07be5e60889ecef39e5f5 Mon Sep 17 00:00:00 2001 From: HappyMansour Date: Sat, 8 Apr 2017 21:15:00 +0200 Subject: [PATCH] Questions --- .../AdminstrationSysytem-v1/Models/Questions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AdminstrationSysytem-v1/AdminstrationSysytem-v1/Models/Questions.cs b/AdminstrationSysytem-v1/AdminstrationSysytem-v1/Models/Questions.cs index 1c259bb..f7d7985 100644 --- a/AdminstrationSysytem-v1/AdminstrationSysytem-v1/Models/Questions.cs +++ b/AdminstrationSysytem-v1/AdminstrationSysytem-v1/Models/Questions.cs @@ -13,5 +13,6 @@ public class Questions public int QuestionBody { get; set; } public int QuestionType { get; set; } public int QuestionRightAnswer { get; set; } + public int QuestionRightAnswer { get; set; } } } \ No newline at end of file