upd model
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user