чертовщина

This commit is contained in:
Allllen4a 2024-05-29 21:18:02 +04:00
parent e88eecaf97
commit 7714e1e252
8 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeautySalonBusinessLogic",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeautySalonRestApi", "BeatySalonRestApi\BeautySalonRestApi.csproj", "{CF01D7E3-0253-4140-A472-C2CCD0C317B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StaffMemberWebApp", "StaffMemberWebApp\StaffMemberWebApp.csproj", "{1D290AE2-6C45-4FAE-9F2A-7088B820D8F0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StorekeeperWebApp", "StaffMemberWebApp\StorekeeperWebApp.csproj", "{1D290AE2-6C45-4FAE-9F2A-7088B820D8F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkerWebApp", "ClientWebApp\WorkerWebApp.csproj", "{274D43C4-43DE-46D8-9CB9-57A1EE96A4E6}"
EndProject

View File

@ -3,7 +3,7 @@ using Newtonsoft.Json;
using System.Net.Http.Headers;
using System.Text;
namespace BeutySalonStaffMemberApp
namespace StorekeeperWebApp
{
public class APIClient
{

View File

@ -2,7 +2,7 @@
using BeautySalonContracts.ViewModels;
using Microsoft.AspNetCore.Mvc;
namespace BeutySalonStaffMemberApp.Controllers
namespace StorekeeperWebApp.Controllers
{
public class CosmeticController : Controller
{

View File

@ -2,10 +2,10 @@
using BeautySalonContracts.ViewModels;
using BeutySalonStaffMemberApp;
using Microsoft.AspNetCore.Mvc;
using StaffMemberWebApp.Models;
using StorekeeperWebApp.Models;
using System.Diagnostics;
namespace StaffMemberWebApp.Controllers
namespace SStorekeeperWebApp.Controllers
{
public class HomeController : Controller
{

View File

@ -2,7 +2,7 @@
using BeautySalonContracts.ViewModels;
using Microsoft.AspNetCore.Mvc;
namespace BeutySalonStaffMemberApp.Controllers
namespace StorekeeperWebApp.Controllers
{
public class LaborCostsController : Controller
{

View File

@ -2,7 +2,7 @@
using BeautySalonContracts.ViewModels;
using Microsoft.AspNetCore.Mvc;
namespace BeutySalonStaffMemberApp.Controllers
namespace StorekeeperWebApp.Controllers
{
public class ServiceController : Controller
{

View File

@ -1,4 +1,4 @@
namespace StaffMemberWebApp.Models
namespace StorekeeperWebApp.Models
{
public class ErrorViewModel
{