Skip to content
Snippets Groups Projects

merge from develop

Merged Lucca Santangelo Dodera requested to merge develop into master
3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -8,13 +8,13 @@ namespace Tsi1.BusinessLayer.Dtos
{
public TenantCourseDto()
{
CourseDtos = new List<CoursePreviewDto>();
Courses = new List<CoursePreviewDto>();
}
public int Id { get; set; }
public string Name { get; set; }
public List<CoursePreviewDto> CourseDtos { get; set; }
public List<CoursePreviewDto> Courses { get; set; }
}
}
Loading