Phase 7a: Cosmetic cleanup + delete orphaned PurchasePackage handler

- Delete orphaned PurchasePackageCommand handler (no RPC dispatch, no callers)
- Fix doc-comments: طلایی → پکیج in enums, entities, handlers
- Remove stale 56M inline comments
- Clean SystemConstants deprecated field docs
This commit is contained in:
masoodafar-web
2026-02-26 02:01:33 +03:30
parent d19c569aae
commit 469d97bb60
10 changed files with 9 additions and 204 deletions
@@ -41,14 +41,14 @@ public static class SystemConstants
#region Package Settings
/// <summary>
/// مبلغ پکیج طلایی / پایه (ریال) - 56 میلیون تومان
/// مبلغ پکیج پایه (ریال)
/// [DEPRECATED] از Package.Price استفاده کنید
/// </summary>
[Obsolete("Moved to Package.Price. Read from Package entity instead.")]
public const long BasePackageAmount = 56_000_000;
/// <summary>
/// مبلغ وام دایا (ریال) - همان مبلغ پکیج طلایی
/// مبلغ وام دایا (ریال)
/// [DEPRECATED] از Package.Price استفاده کنید
/// </summary>
[Obsolete("Moved to Package.Price. Read from Package entity with SupportsDayaPurchase=true.")]