From 7f9d9847f233e60835297defeb2cafd9a210580e Mon Sep 17 00:00:00 2001 From: Komarova Tatyana Date: Tue, 29 Jul 2025 00:28:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=BF=D0=BE=D0=BB=D1=8F=20=D0=B4=D0=BB=D1=8F=20=D1=8E?= =?UTF-8?q?=D0=B7=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectForGit/User.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ProjectForGit/User.cs b/ProjectForGit/User.cs index 50bdcd0..dfea346 100644 --- a/ProjectForGit/User.cs +++ b/ProjectForGit/User.cs @@ -2,5 +2,8 @@ { internal class User { + private int _id; + private string _name; + private string _email; } }