Лабораторная 5. Фикс.
This commit is contained in:
parent
8c5075d52f
commit
0d8a810eac
@ -3,7 +3,7 @@ using Newtonsoft.Json;
|
|||||||
using System.Net.Http.Headers;
|
using System.Net.Http.Headers;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace PrecastConcretePlantClientApp
|
namespace TravelCompanyClientApp
|
||||||
{
|
{
|
||||||
public class APIClient
|
public class APIClient
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
using Microsoft.AspNetCore.Mvc;
|
using Microsoft.AspNetCore.Mvc;
|
||||||
using PrecastConcretePlantClientApp;
|
using TravelCompanyClientApp;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using TravelCompanyClientApp.Models;
|
using TravelCompanyClientApp.Models;
|
||||||
using TravelCompanyContracts.BindingModels;
|
using TravelCompanyContracts.BindingModels;
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
using PrecastConcretePlantClientApp;
|
|
||||||
using TravelCompanyClientApp;
|
|
||||||
using TravelCompanyClientApp;
|
using TravelCompanyClientApp;
|
||||||
|
|
||||||
var builder = WebApplication.CreateBuilder(args);
|
var builder = WebApplication.CreateBuilder(args);
|
||||||
|
Loading…
Reference in New Issue
Block a user