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