upd model

This commit is contained in:
Daria
2021-10-20 06:11:17 +03:00
parent 72069508d2
commit 5b4ab966ec
2 changed files with 4 additions and 4 deletions

View File

@@ -135,8 +135,8 @@ namespace SvetoforVKBot.Controllers
rangeObj.Add(new List<object>() rangeObj.Add(new List<object>()
{ {
u.chatId.ToString(), u.chatId.ToString(),
u.firstName.ToString(), //u.firstName.ToString(),
u.lastName.ToString(), //u.lastName.ToString(),
//u.fio.ToString(), //u.fio.ToString(),
reg, reg,
phone, phone,

View File

@@ -17,8 +17,8 @@ namespace SvetoforVKBot.Data
public int id { get; set; } public int id { get; set; }
public int chatId { get; set; } public int chatId { get; set; }
public int admin { get; set; } public int admin { get; set; }
public string firstName { get; set; } //public string firstName { get; set; }
public string lastName { get; set; } //public string lastName { get; set; }
//public string fio { get; set; } //public string fio { get; set; }
public int reg { get; set; } public int reg { get; set; }
public string tag { get; set; } public string tag { get; set; }