◆ StudentRepository()
◆ CreateAsync()
async Task<Student> Persistence.Repositories.StudentRepository.CreateAsync |
( |
Student |
model | ) |
|
|
inline |
◆ DeleteAsync()
async Task<Student> Persistence.Repositories.StudentRepository.DeleteAsync |
( |
Guid? |
id | ) |
|
|
inline |
◆ GetAllAsync()
async Task<IEnumerable<Student> > Persistence.Repositories.StudentRepository.GetAllAsync |
( |
int |
skip, |
|
|
int |
take |
|
) |
| |
|
inline |
◆ GetByIdAsync()
async Task<Student?> Persistence.Repositories.StudentRepository.GetByIdAsync |
( |
Guid? |
id | ) |
|
|
inline |
◆ GetByRegistrationCodeAsync()
async Task<Student?> Persistence.Repositories.StudentRepository.GetByRegistrationCodeAsync |
( |
string |
registrationCode | ) |
|
|
inline |
◆ GetByUserIdAsync()
async Task<Student?> Persistence.Repositories.StudentRepository.GetByUserIdAsync |
( |
Guid? |
userId | ) |
|
|
inline |
◆ UpdateAsync()
async Task<Student> Persistence.Repositories.StudentRepository.UpdateAsync |
( |
Student |
model | ) |
|
|
inline |
A documentação para esta classe foi gerada a partir do seguinte ficheiro: