Merge branch 'main' of https://git.is.ulstu.ru/Vyacheslav/CourseWork_Hotel
This commit is contained in:
commit
686a289da5
@ -8,7 +8,7 @@ using HotelContracts.ViewModels;
|
||||
using HotelDataBaseImplement.Models;
|
||||
|
||||
namespace HotelBusinessLogic.BusinessLogics
|
||||
{
|
||||
{
|
||||
public class ReportLogicHeadwaiter : IReportHeadwaiterLogic
|
||||
{
|
||||
private readonly IRoomStorage _roomStorage;
|
||||
|
@ -13,7 +13,7 @@ using Microsoft.IdentityModel.Tokens;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace HotelHeadwaiterApp.Controllers
|
||||
{
|
||||
{
|
||||
public class HomeController : Controller
|
||||
{
|
||||
private readonly ILogger<HomeController> _logger;
|
||||
|
@ -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>();
|
||||
|
@ -3,7 +3,7 @@
|
||||
@{
|
||||
ViewData["Title"] = "ListLunchesToPdfFile";
|
||||
}
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="text-center mb-4">
|
||||
<h2 class="text-custom-color-1">Отчет по обедам за период</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user