Skip to content

Commit

Permalink
Merge pull request #31 from MahdiyarGHD/develop
Browse files Browse the repository at this point in the history
Fix namespaces
  • Loading branch information
Ali-YousefiTelori authored Oct 28, 2023
2 parents 1bb528a + 17cd260 commit 856fc49
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 856fc49

Please sign in to comment.