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
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m38s
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user