feat: Implement real Daya API integration with configurable mock/real service

This commit is contained in:
masoodafar-web
2025-12-06 21:02:51 +03:30
parent e46f54ca5b
commit a0da7eb8e0
6 changed files with 274 additions and 20 deletions

View File

@@ -115,7 +115,7 @@ public class DayaLoanCheckWorker
"daya-loan-check",
worker => worker.ExecuteAsync(),
"*/15 * * * *", // هر 15 دقیقه
TimeZoneInfo.Utc
TimeZoneInfo.Local
);
}
}