Created Service, Module and Controller for Formular and Field
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user