ScientificReport
TeacherReportToggleEntityRequest.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace ScientificReport.DTO.Models.TeacherReport
4 {
6  {
7  public Guid EntityId { get; set; }
8  }
9 }