Created Service, Module and Controller for Formular and Field

This commit is contained in:
2026-02-02 12:18:11 +01:00
parent 76857b8611
commit 3dd2b43cc4
14 changed files with 115 additions and 35 deletions
+4
View File
@@ -0,0 +1,4 @@
import { Injectable } from '@nestjs/common';
@Injectable()
export class FormularService {}