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