Nevaeva K. A. LabWork#5 Base #5
@ -3,7 +3,7 @@ using Newtonsoft.Json;
|
||||
using System.Net.Http.Headers;
|
||||
using System.Text;
|
||||
|
||||
namespace PrecastConcretePlantClientApp
|
||||
namespace TravelCompanyClientApp
|
||||
{
|
||||
public class APIClient
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using PrecastConcretePlantClientApp;
|
||||
using TravelCompanyClientApp;
|
||||
using System.Diagnostics;
|
||||
using TravelCompanyClientApp.Models;
|
||||
using TravelCompanyContracts.BindingModels;
|
||||
|
@ -1,5 +1,3 @@
|
||||
using PrecastConcretePlantClientApp;
|
||||
using TravelCompanyClientApp;
|
||||
using TravelCompanyClientApp;
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
Loading…
Reference in New Issue
Block a user