Nevaeva K. A. LabWork#5 Base #5

Closed
ksenia_nevaeva wants to merge 6 commits from lab5_base into lab4_base
3 changed files with 2 additions and 4 deletions
Showing only changes of commit 0d8a810eac - Show all commits

View File

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

View File

@ -1,5 +1,5 @@
using Microsoft.AspNetCore.Mvc;
using PrecastConcretePlantClientApp;
using TravelCompanyClientApp;
using System.Diagnostics;
using TravelCompanyClientApp.Models;
using TravelCompanyContracts.BindingModels;

View File

@ -1,5 +1,3 @@
using PrecastConcretePlantClientApp;
using TravelCompanyClientApp;
using TravelCompanyClientApp;
var builder = WebApplication.CreateBuilder(args);