GPIC - Backend
1.0
Aplicações .NET para o backend do GPIC
|
Membros públicos | |
Task | SendConfirmationEmailAsync (string? email, string? name, string? token) |
Task | SendResetPasswordEmailAsync (string? email, string? name, string? token) |
Task | SendNoticeEmailAsync (string? email, string? name, DateTime? registrationStartDate, DateTime? registrationEndDate, string? noticeUrl) |
Task | SendProjectNotificationEmailAsync (string? email, string? name, string? projectTitle, string? status, string? description) |
Task | SendRequestStudentRegisterEmailAsync (string? email) |
Task | SendNotificationOfReportDeadlineEmailAsync (string? email, string? name, string? projectTitle, string? reportType, DateTime? reportDeadline) |
Task Domain.Interfaces.Services.IEmailService.SendConfirmationEmailAsync | ( | string? | email, |
string? | name, | ||
string? | token | ||
) |
Implementado em Services.Email.EmailService.
Task Domain.Interfaces.Services.IEmailService.SendNoticeEmailAsync | ( | string? | email, |
string? | name, | ||
DateTime? | registrationStartDate, | ||
DateTime? | registrationEndDate, | ||
string? | noticeUrl | ||
) |
Implementado em Services.Email.EmailService.
Task Domain.Interfaces.Services.IEmailService.SendNotificationOfReportDeadlineEmailAsync | ( | string? | email, |
string? | name, | ||
string? | projectTitle, | ||
string? | reportType, | ||
DateTime? | reportDeadline | ||
) |
Implementado em Services.Email.EmailService.
Task Domain.Interfaces.Services.IEmailService.SendProjectNotificationEmailAsync | ( | string? | email, |
string? | name, | ||
string? | projectTitle, | ||
string? | status, | ||
string? | description | ||
) |
Implementado em Services.Email.EmailService.
Task Domain.Interfaces.Services.IEmailService.SendRequestStudentRegisterEmailAsync | ( | string? | ) |
Implementado em Services.Email.EmailService.
Task Domain.Interfaces.Services.IEmailService.SendResetPasswordEmailAsync | ( | string? | email, |
string? | name, | ||
string? | token | ||
) |
Implementado em Services.Email.EmailService.