Skip to content
Snippets Groups Projects

Crud internship

Merged GUVEN Kemal requested to merge crud-internship into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
import { Document } from 'mongoose';
import { Prop, Schema, SchemaFactory } from '@nestjs/mongoose';
import { Student, StudentSchema } from './Student.schema';
import { Student, StudentSchema } from './student.schema';
import { Company, CompanySchema } from './company.schema';
import { Affectation, AffectationSchema } from './affectation.schema';
import { Compensation, CompensationSchema } from './compensation.schema';
Loading