ScientificReport
PostgraduateDissertationGuidanceIndexModel.cs
Go to the documentation of this file.
1 using System.Collections.Generic;
2 
3 namespace ScientificReport.DTO.Models.PostgraduateDissertationGuidance
4 {
6  {
7  public IEnumerable<DAL.Entities.PostgraduateDissertationGuidance> PostgraduateDissertationGuidances { get; set; }
8  }
9 }