Fixed package references and namespaces
Refactored mappers
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using LiteCharms.Abstractions;
|
||||
using LiteCharms.Infrastructure.ServiceBus;
|
||||
using LiteCharms.Infrastructure.ServiceBus.Exchanges;
|
||||
using LiteCharms.Infrastructure.ServiceBus.Queues;
|
||||
using LiteCharms.Features.ServiceBus;
|
||||
using LiteCharms.Features.ServiceBus.Abstractions;
|
||||
using LiteCharms.Features.ServiceBus.Exchanges;
|
||||
using LiteCharms.Features.ServiceBus.Queues;
|
||||
|
||||
namespace LiteCharms.Extensions;
|
||||
namespace LiteCharms.Features.Extensions;
|
||||
|
||||
public static class ServiceBus
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user