ПИбд-22 Боровков М В 6 лабораторная работа #7

Closed
bekodeg wants to merge 14 commits from labWork6 into labWork5
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 318c1bbfae - Show all commits

View File

@ -11,8 +11,7 @@ namespace SushiBarBusinessLogic.BusinessLogics
{
private readonly ILogger _logger;
private readonly IClientStorage _clientStorage;
public ClientLogic(ILogger<ClientLogic> logger, IClientStorage
componentStorage)
public ClientLogic(ILogger<ClientLogic> logger, IClientStorage componentStorage)
{
_logger = logger;
_clientStorage = componentStorage;

View File

@ -17,7 +17,6 @@ if (!app.Environment.IsDevelopment())
app.UseHsts();
}
app.UseHttpsRedirection();
app.UseStaticFiles();
app.UseRouting();