Added MidrandBooks project

This commit is contained in:
Khwezi Mngoma
2026-05-24 13:38:47 +02:00
parent 70c6e0bfbc
commit f67f5eaf53
17 changed files with 241 additions and 46 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ namespace LiteCharms.Features.Extensions;
public static class Quartz
{
public const string ShopSchedulerName = "shop";
public const string MidrandShopSchedulerName = "midrandshop";
public const string TechShopSchedulerName = "tech-shop";
public const string MidrandShopSchedulerName = "midrand-shop";
public static IServiceCollection AddQuartzSchedulerClient(this IServiceCollection services, string schedulerName, IConfiguration configuration)
{