Skip to content
Snippets Groups Projects

Feature/survey

Merged Enzo Santangelo Dodera requested to merge feature/survey into develop
Files
2
@@ -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