* Image added * ImageMaximumBytes * FileController remove Authorized * ApplicationCore.Constants.AuthorizationConstants.AUTH_KEY * SavePicture in the interface. * IFileSystem in Core * WebFileSystem in Infrastructure * PictureUri removed from UpdateCatalogItemRequest * Modal scroll fix
20 lines
709 B
Plaintext
20 lines
709 B
Plaintext
@using System.Net.Http
|
|
@using System.Net.Http.Json
|
|
@using Microsoft.AspNetCore.Authorization;
|
|
@using Microsoft.AspNetCore.Components.Authorization
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@using Microsoft.AspNetCore.Components.WebAssembly.Http
|
|
@using Microsoft.JSInterop
|
|
@using Microsoft.Extensions.Logging
|
|
@using BlazorAdmin
|
|
@using BlazorAdmin.Shared
|
|
@using BlazorAdmin.Services
|
|
@using BlazorAdmin.Services.CatalogBrandServices
|
|
@using BlazorAdmin.Services.CatalogItemServices
|
|
@using BlazorAdmin.Services.CatalogTypeServices
|
|
@using BlazorAdmin.JavaScript
|
|
@using BlazorShared.Authorization
|
|
@using BlazorInputFile
|