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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rodrigo Sastre Marotta
tsi1-backend
Merge requests
!23
Feature/survey
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/survey
feature/survey
into
develop
Overview
0
Commits
8
Pipelines
0
Changes
45
Merged
Enzo Santangelo Dodera
requested to merge
feature/survey
into
develop
4 years ago
Overview
0
Commits
8
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
version 3
version 4
1d8baf26
4 years ago
version 3
584eac2d
4 years ago
version 2
e378ce29
4 years ago
version 1
00b0fe08
4 years ago
develop (base)
and
version 4
latest version
03374542
8 commits,
4 years ago
version 4
1d8baf26
7 commits,
4 years ago
version 3
584eac2d
6 commits,
4 years ago
version 2
e378ce29
5 commits,
4 years ago
version 1
00b0fe08
4 commits,
4 years ago
Show latest version
2 files
+
8
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Tsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs
+
1
−
0
Options
@@ -59,5 +59,6 @@ namespace Tsi1.BusinessLayer.Helpers
public
const
string
SurveyIsNull
=
"La encuesta es nula"
;
public
const
string
SurveyHasNoQuestions
=
"La encuesta no tiene preguntas"
;
public
const
string
InvalidSurvey
=
"La encuesta no pertenece a la facultad con id '{0}'"
;
public
const
string
SurveyResponseAlreadyExist
=
"El usuario '{0}' ya completo la encuesta '{1}'"
;
}
}
Loading