回答編集履歴
1
修正
answer
CHANGED
@@ -31,8 +31,8 @@
|
|
31
31
|
Name = name;
|
32
32
|
Age = age;
|
33
33
|
}
|
34
|
-
public string Name { get; set; }
|
34
|
+
public virtual string Name { get; set; }
|
35
|
-
public int Age { get; set; }
|
35
|
+
public virtual int Age { get; set; }
|
36
36
|
}
|
37
37
|
}
|
38
38
|
```
|