refactor: dynamic list to nestjs

This commit is contained in:
Ahmed Bouhuolia
2025-01-12 18:22:48 +02:00
parent ddaea20d16
commit 270b421a6c
117 changed files with 4232 additions and 1493 deletions

View File

@@ -1,5 +1,4 @@
import { Injectable } from '@nestjs/common';
import ResourceService from '@/services/Resource/ResourceService';
import { BaseModel } from '@/models/Model';
import { View } from './models/View.model';