ScientificReport
ConferenceDetails.cs
Go to the documentation of this file.
1 namespace ScientificReport.DTO.Models.Conference
2 {
3  public class ConferenceDetails
4  {
5  public DAL.Entities.Conference Conference { get; set; }
6  }
7 }