GPIC - Backend  1.0
Aplicações .NET para o backend do GPIC
Domain.Interfaces.Repositories.IProjectRepository Lista dos membros

Lista completa de todos os membros de Domain.Interfaces.Repositories.IProjectRepository, incluindo todos os membros herdados.

CreateAsync(Project model)Domain.Interfaces.Repositories.IProjectRepository
DeleteAsync(Guid? id)Domain.Interfaces.Repositories.IProjectRepository
GetByIdAsync(Guid? id)Domain.Interfaces.Repositories.IProjectRepository
GetPendingAndOverdueProjectsAsync()Domain.Interfaces.Repositories.IProjectRepository
GetProfessorProjectsAsync(int skip, int take, Guid? id, bool isClosed=false)Domain.Interfaces.Repositories.IProjectRepository
GetProjectByNoticeAsync(Guid? noticeId)Domain.Interfaces.Repositories.IProjectRepository
GetProjectsAsync(int skip, int take, bool isClosed=false)Domain.Interfaces.Repositories.IProjectRepository
GetProjectsToEvaluateAsync(int skip, int take, Guid? professorId)Domain.Interfaces.Repositories.IProjectRepository
GetProjectsWithCloseReportDueDateAsync()Domain.Interfaces.Repositories.IProjectRepository
GetStudentProjectsAsync(int skip, int take, Guid? id, bool isClosed=false)Domain.Interfaces.Repositories.IProjectRepository
UpdateAsync(Project model)Domain.Interfaces.Repositories.IProjectRepository
UpdateManyAsync(IList< Project > projects)Domain.Interfaces.Repositories.IProjectRepository