чертовщина
This commit is contained in:
parent
e88eecaf97
commit
7714e1e252
@ -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
|
||||
|
@ -3,7 +3,7 @@ using Newtonsoft.Json;
|
||||
using System.Net.Http.Headers;
|
||||
using System.Text;
|
||||
|
||||
namespace BeutySalonStaffMemberApp
|
||||
namespace StorekeeperWebApp
|
||||
{
|
||||
public class APIClient
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
using BeautySalonContracts.ViewModels;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace BeutySalonStaffMemberApp.Controllers
|
||||
namespace StorekeeperWebApp.Controllers
|
||||
{
|
||||
public class CosmeticController : Controller
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
using BeautySalonContracts.ViewModels;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace BeutySalonStaffMemberApp.Controllers
|
||||
namespace StorekeeperWebApp.Controllers
|
||||
{
|
||||
public class LaborCostsController : Controller
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
using BeautySalonContracts.ViewModels;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace BeutySalonStaffMemberApp.Controllers
|
||||
namespace StorekeeperWebApp.Controllers
|
||||
{
|
||||
public class ServiceController : Controller
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
namespace StaffMemberWebApp.Models
|
||||
namespace StorekeeperWebApp.Models
|
||||
{
|
||||
public class ErrorViewModel
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user