回答編集履歴
1
修正
test
CHANGED
@@ -64,9 +64,9 @@
|
|
64
64
|
|
65
65
|
}
|
66
66
|
|
67
|
-
public string Name { get; set; }
|
67
|
+
public virtual string Name { get; set; }
|
68
68
|
|
69
|
-
public int Age { get; set; }
|
69
|
+
public virtual int Age { get; set; }
|
70
70
|
|
71
71
|
}
|
72
72
|
|