GPIC - Backend  1.0
Aplicações .NET para o backend do GPIC
Referência à classe Application.UseCases.Student.CreateStudent
Diagrama de heranças da classe Application.UseCases.Student.CreateStudent
[legenda]
Diagrama de colaboração para Application.UseCases.Student.CreateStudent:
[legenda]

Membros públicos

 CreateStudent (IStudentRepository studentRepository, IUserRepository userRepository, ICampusRepository campusRepository, ICourseRepository courseRepository, IEmailService emailService, IHashService hashService, IMapper mapper)
 
async Task< DetailedReadStudentOutputExecuteAsync (CreateStudentInput input)
 

Documentação dos Construtores & Destrutor

◆ CreateStudent()

Application.UseCases.Student.CreateStudent.CreateStudent ( IStudentRepository  studentRepository,
IUserRepository  userRepository,
ICampusRepository  campusRepository,
ICourseRepository  courseRepository,
IEmailService  emailService,
IHashService  hashService,
IMapper  mapper 
)
inline

Documentação dos métodos

◆ ExecuteAsync()

async Task<DetailedReadStudentOutput> Application.UseCases.Student.CreateStudent.ExecuteAsync ( CreateStudentInput  input)
inline

Implementa Application.Interfaces.UseCases.Student.ICreateStudent.

Grafo de chamadas desta função:

A documentação para esta classe foi gerada a partir do seguinte ficheiro: