upd Authentification
This commit is contained in:
@@ -32,7 +32,6 @@ namespace SvetoforVKBot.Models.Commands.Registration
|
||||
var ids = new long[] { chatId };
|
||||
|
||||
var user = db.Users.Single(usr => usr.chatId == chatId);
|
||||
user.fio = update.@object.message.text.Trim();
|
||||
user.tag = "Подписчик - Регистрация - ДР - Год";
|
||||
db.SaveChanges();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user