Created Service, Module and Controller for Formular and Field

This commit is contained in:
R40fendt
2026-02-02 12:18:11 +01:00
parent 76857b8611
commit 3dd2b43cc4
14 changed files with 115 additions and 35 deletions

View File

@@ -1,5 +1,4 @@
import { Inject, Injectable } from '@nestjs/common';
import { MyEvent } from 'src/dto/event.dto';
import { Repository } from 'typeorm';
import { EventEntity } from './events.entity';
import { InjectRepository } from '@nestjs/typeorm';