From 5b4ab966ec55d2d5750830189a6ff1a173a5d864 Mon Sep 17 00:00:00 2001 From: Daria Date: Wed, 20 Oct 2021 06:11:17 +0300 Subject: [PATCH] upd model --- SvetoforVKBot/Controllers/ExportDataController.cs | 4 ++-- SvetoforVKBot/Data/Users.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SvetoforVKBot/Controllers/ExportDataController.cs b/SvetoforVKBot/Controllers/ExportDataController.cs index 3e43d91..5cf25cf 100644 --- a/SvetoforVKBot/Controllers/ExportDataController.cs +++ b/SvetoforVKBot/Controllers/ExportDataController.cs @@ -135,8 +135,8 @@ namespace SvetoforVKBot.Controllers rangeObj.Add(new List() { u.chatId.ToString(), - u.firstName.ToString(), - u.lastName.ToString(), + //u.firstName.ToString(), + //u.lastName.ToString(), //u.fio.ToString(), reg, phone, diff --git a/SvetoforVKBot/Data/Users.cs b/SvetoforVKBot/Data/Users.cs index a7e96ee..b3c670b 100644 --- a/SvetoforVKBot/Data/Users.cs +++ b/SvetoforVKBot/Data/Users.cs @@ -17,8 +17,8 @@ namespace SvetoforVKBot.Data public int id { get; set; } public int chatId { get; set; } public int admin { get; set; } - public string firstName { get; set; } - public string lastName { get; set; } + //public string firstName { get; set; } + //public string lastName { get; set; } //public string fio { get; set; } public int reg { get; set; } public string tag { get; set; }