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

@@ -137,7 +137,7 @@ namespace SvetoforVKBot.Controllers
u.chatId.ToString(),
u.firstName.ToString(),
u.lastName.ToString(),
u.fio.ToString(),
//u.fio.ToString(),
reg,
phone,
u.birthday.ToShortDateString(),
@@ -198,7 +198,7 @@ namespace SvetoforVKBot.Controllers
var consultations = db.PersonalConsultations.Join(db.Users, pc => pc.chatId, u => u.chatId, (pc, u) =>
new PersonalCons{
chatId = pc.chatId,
fio = u.fio,
//fio = u.fio,
phone = u.phone,
birthdate = u.birthday,
question = u.question,