This commit is contained in:
Вячеслав Иванов 2024-05-04 02:07:53 +04:00
parent b503bc0099
commit 1d03783c0a
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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