Commit 877598ab authored by Alexey Goikolov's avatar Alexey Goikolov

Добавил Id в модель User

parent b436e996
......@@ -2,6 +2,7 @@
{
public class User
{
public int Id { get; set; }
public string Name { get; set; }
public string Surname { get; set; }
public int Age { get; set; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment