upd Authentification

This commit is contained in:
Daria
2021-10-20 06:09:18 +03:00
parent eab3081ec2
commit 72069508d2
24 changed files with 457 additions and 191 deletions

View File

@@ -19,7 +19,7 @@ namespace SvetoforVKBot.Data
public int admin { get; set; }
public string firstName { get; set; }
public string lastName { get; set; }
public string fio { get; set; }
//public string fio { get; set; }
public int reg { get; set; }
public string tag { get; set; }
public string voronka { get; set; }
@@ -52,5 +52,8 @@ namespace SvetoforVKBot.Data
public string choosenProducts { get; set; }
public int child { get; set; }
public int export { get; set; }
public string login { get; set; }
public string password { get; set; }
public int isAuthorized { get; set; }
}
}