Fixed package references and namespaces

Refactored mappers
This commit is contained in:
Khwezi Mngoma
2026-05-13 20:15:21 +02:00
parent a42c51d7b2
commit 42001998d6
9 changed files with 56 additions and 50 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
using LiteCharms.Abstractions;
using LiteCharms.Infrastructure.Quartz;
using LiteCharms.Features.Quartz;
using LiteCharms.Features.Quartz.Abstractions;
namespace LiteCharms.Extensions;
namespace LiteCharms.Features.Extensions;
public static class Quartz
{