Project service to CRUD project entity

This commit is contained in:
hannathkadher
2024-12-09 11:48:53 +04:00
parent 54228c24eb
commit 7f739b88d8
3 changed files with 144 additions and 0 deletions

View File

@ -16,6 +16,9 @@ const mappingInclude: { [key: string]: any } = {
subspace: {
subspace: true,
},
project: {
project: true,
},
};
export function buildTypeORMIncludeQuery(