Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsi1-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rodrigo Sastre Marotta
tsi1-backend
Merge requests
!40
Se agrega evaluationId en activityDto y studentId en UserPreviewDto
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Se agrega evaluationId en activityDto y studentId en UserPreviewDto
feature/cambiosEvaluaciones
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Se agrega evaluationId en activityDto y studentId en UserPreviewDto
Rodrigo Sastre Marotta
requested to merge
feature/cambiosEvaluaciones
into
develop
Dec 10, 2020
Overview
0
Commits
1
Pipelines
0
Changes
2
0
0
Merge request reports
Viewing commit
96c9368b
Show latest version
2 files
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
96c9368b
Se agrega evaluationId en activityDto y studentId en UserPreviewDto
· 96c9368b
Rodrigo
authored
Dec 10, 2020
Tsi1.Api/Tsi1.BusinessLayer/Dtos/ActivityDto.cs
+
2
−
0
View file @ 96c9368b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -13,5 +13,7 @@ namespace Tsi1.BusinessLayer.Dtos
public
string
Name
{
get
;
set
;
}
public
bool
IsVideoConference
{
get
;
set
;
}
public
int
EvaluationId
{
get
;
set
;
}
}
}
Loading