added folder student and create new Ep Login
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { PartialType } from '@nestjs/mapped-types';
|
||||
import { CreateStudentDto } from './create-student.dto';
|
||||
|
||||
export class UpdateStudentDto extends PartialType(CreateStudentDto) {}
|
||||
Reference in New Issue
Block a user