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