Skip to content
Snippets Groups Projects

Se agrega evaluationId en activityDto y studentId en UserPreviewDto

Merged Rodrigo Sastre Marotta requested to merge feature/cambiosEvaluaciones into develop
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -13,5 +13,7 @@ namespace Tsi1.BusinessLayer.Dtos
public string Name { get; set; }
public bool IsVideoConference { get; set; }
public int EvaluationId { get; set; }
}
}
Loading