Implement service-based model for jobs

This commit is contained in:
2026-06-29 13:18:23 +05:30
parent 7201fa0138
commit e0cd0bba6e
12 changed files with 728 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
from app.repositories.job_repository import JobRepository
__all__ = ["JobRepository"]