Skip to content
Snippets Groups Projects

Se agrega evaluationId en activityDto y studentId en UserPreviewDto

2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -13,5 +13,7 @@ namespace Tsi1.BusinessLayer.Dtos
public string Name { get; set; }
public bool IsVideoConference { get; set; }
public int EvaluationId { get; set; }
}
}
Loading