правка в securitymanager

This commit is contained in:
kotcheshir73 2021-03-28 20:00:42 +04:00
parent 349ba066fd
commit c749987c08

View File

@ -29,7 +29,7 @@ namespace DatabaseCore
{
using var context = DatabaseManager.GetContext;
Access access = null;
if (model != null)
if (model.Model != null)
{
// если не указан идентификатор пользователя, то смотрим, может он авторизован
if (!model.Model.UserId.HasValue && User.HasValue)