chore: add missing using directives for System.Collections.Generic in ZarinpalReconciliationJob and ZarinPalPaymentService files
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 20m42s

This commit is contained in:
masoodafar-web
2026-05-21 19:27:30 +03:30
parent bc52240a41
commit 90d4f65de4
2 changed files with 2 additions and 0 deletions
@@ -1,3 +1,4 @@
using System.Collections.Generic;
using CMSMicroservice.Application.ClubMembershipCQ.Commands.ActivateClubMembership;
using CMSMicroservice.Application.Common.Interfaces;
using CMSMicroservice.Application.DiscountShopCQ.Commands.CompleteOrderPayment;
@@ -1,3 +1,4 @@
using System.Collections.Generic;
using System.Net.Http;
using System.Text;
using System.Text.Json;