Converted more procedural programming to OOP

This commit is contained in:
2024-12-26 23:34:25 +01:00
parent b7f448cb17
commit e571cf2230
46 changed files with 449 additions and 382 deletions

View File

@ -1,4 +1,4 @@
import { BaseRepository } from '#application/bases/baseRepository'
import { BaseRepository } from '#application/base/baseRepository'
class ObjectRepository extends BaseRepository {
async getById(id: string): Promise<any> {