feat: implement Kavenegar SMS service and refactor system configurations to use static constants
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m38s

This commit is contained in:
masoodafar-web
2025-12-26 09:04:27 +03:30
parent 9d2b5ad2d4
commit 02e2f8111f
51 changed files with 4064 additions and 1388 deletions
@@ -1,32 +0,0 @@
namespace CMSMicroservice.Domain.Enums;
/// <summary>
/// محدوده تنظیمات سیستم (Scope)
/// </summary>
public enum ConfigurationScope
{
/// <summary>
/// تنظیمات کلی سیستم
/// </summary>
System = 0,
/// <summary>
/// تنظیمات شبکه باینری
/// </summary>
Network = 1,
/// <summary>
/// تنظیمات باشگاه مشتریان
/// </summary>
Club = 2,
/// <summary>
/// تنظیمات کمیسیون
/// </summary>
Commission = 3,
/// <summary>
/// تنظیمات مالیات بر ارزش افزوده
/// </summary>
VAT = 4
}