-убрал инжект юзер менеджера.

parent 4c94be37
@using Microsoft.AspNetCore.Identity
@model PhoneStore.ViewModels.PhoneViewModels.PhoneViewModel
@inject UserManager<User> _userManager
@{
ViewBag.Title = "Подробная информация";
Layout = "_Layout";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment