ScientificReport
Main Page
Related Pages
Packages
Classes
Files
File List
ConferenceIndexModel.cs
Go to the documentation of this file.
1
using
System
.Collections.Generic;
2
3
namespace
ScientificReport
.DTO.Models.Conference
4
{
5
public
class
ConferenceIndexModel
:
PageModel
6
{
7
public
IEnumerable<DAL.Entities.Conference> Conferences {
get
;
set
; }
8
}
9
}
ScientificReport.DTO.Models.Conference.ConferenceIndexModel
Definition:
ConferenceIndexModel.cs:5
System
ScientificReport.DTO.Models.PageModel
Definition:
PageModel.cs:5
ScientificReport
ScientificReport.DTO
Models
Conference
ConferenceIndexModel.cs
Generated by
1.8.11