This commit is contained in:
Анна Забродина 2024-05-04 11:46:28 +04:00
commit 686a289da5
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ using HotelContracts.ViewModels;
using HotelDataBaseImplement.Models; using HotelDataBaseImplement.Models;
namespace HotelBusinessLogic.BusinessLogics namespace HotelBusinessLogic.BusinessLogics
{ {
public class ReportLogicHeadwaiter : IReportHeadwaiterLogic public class ReportLogicHeadwaiter : IReportHeadwaiterLogic
{ {
private readonly IRoomStorage _roomStorage; private readonly IRoomStorage _roomStorage;

View File

@ -13,7 +13,7 @@ using Microsoft.IdentityModel.Tokens;
using System.Diagnostics; using System.Diagnostics;
namespace HotelHeadwaiterApp.Controllers namespace HotelHeadwaiterApp.Controllers
{ {
public class HomeController : Controller public class HomeController : Controller
{ {
private readonly ILogger<HomeController> _logger; private readonly ILogger<HomeController> _logger;

View File

@ -5,7 +5,7 @@ using HotelBusinessLogic.OfficePackage.Implements;
using HotelContracts.BusinessLogicsContracts; using HotelContracts.BusinessLogicsContracts;
using HotelContracts.StoragesContracts; using HotelContracts.StoragesContracts;
using HotelDataBaseImplement.Implemets; using HotelDataBaseImplement.Implemets;
var builder = WebApplication.CreateBuilder(args); var builder = WebApplication.CreateBuilder(args);
builder.Services.AddTransient<IReportHeadwaiterLogic, ReportLogicHeadwaiter>(); builder.Services.AddTransient<IReportHeadwaiterLogic, ReportLogicHeadwaiter>();
builder.Services.AddTransient<ILunchStorage, LunchStorage>(); builder.Services.AddTransient<ILunchStorage, LunchStorage>();

View File

@ -3,7 +3,7 @@
@{ @{
ViewData["Title"] = "ListLunchesToPdfFile"; ViewData["Title"] = "ListLunchesToPdfFile";
} }
<div class="container"> <div class="container">
<div class="text-center mb-4"> <div class="text-center mb-4">
<h2 class="text-custom-color-1">Отчет по обедам за период</h2> <h2 class="text-custom-color-1">Отчет по обедам за период</h2>