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