Skip to content

Commit

Permalink
Fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiyarGHD committed Oct 28, 2023
1 parent 1bb528a commit 17cd260
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using Contents.GeneratedServices;
using EasyMicroservices.ContentsMicroservice.Clients.Attributes;
using EasyMicroservices.ServiceContracts;
using Erfuantum.Aggregator.Contracts.Common;
using System;
using System.Collections;
using System.Collections.Generic;
Expand All @@ -10,7 +8,7 @@
using System.Threading.Tasks;
using MessageContract = Contents.GeneratedServices.MessageContract;

namespace Erfuantum.Aggregator.Helpers
namespace EasyMicroservices.ContentsMicroservice.Clients.Helpers
{
/// <summary>
///
Expand Down

0 comments on commit 17cd260

Please sign in to comment.