From 7584eab9d65fa6d8aaf34b115fb7a003b2ef2915 Mon Sep 17 00:00:00 2001 From: Mouaz Abdelsamad <ma03081@surrey.ac.uk> Date: Mon, 15 Apr 2024 23:40:07 +0100 Subject: [PATCH] remove this --- BookingMicroservice/Clients/IFlightServiceClient.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/BookingMicroservice/Clients/IFlightServiceClient.cs b/BookingMicroservice/Clients/IFlightServiceClient.cs index e8fbca1..70bbd25 100644 --- a/BookingMicroservice/Clients/IFlightServiceClient.cs +++ b/BookingMicroservice/Clients/IFlightServiceClient.cs @@ -1,7 +1,4 @@ -using BookingMicroservice.Migrations; -using BookingMicroservice.Models; -using BookingMicroservice.Services; -using static System.Runtime.InteropServices.JavaScript.JSType; +using BookingMicroservice.Models; namespace BookingMicroservice.Clients { -- GitLab