ScientificReport
Main Page
Related Pages
Packages
Classes
Files
File List
TeacherReportsScientificInternships.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.ComponentModel.DataAnnotations;
3
4
namespace
ScientificReport
.DAL.Entities.Reports
5
{
6
public
class
TeacherReportsScientificInternships
7
{
8
[Key]
9
public
Guid Id {
get
;
set
; }
10
11
public
virtual
TeacherReport
TeacherReport
{
get
;
set
; }
12
13
public
virtual
ScientificInternship
ScientificInternship
{
get
;
set
; }
14
15
}
16
}
System
ScientificReport.DAL.Entities.Reports.TeacherReportsScientificInternships
Definition:
TeacherReportsScientificInternships.cs:6
ScientificReport.DAL.Entities.ScientificInternship
Definition:
ScientificInternship.cs:8
ScientificReport.DAL.Entities.Reports.TeacherReport
Definition:
TeacherReport.cs:9
ScientificReport
ScientificReport.DAL
Entities
Reports
TeacherReportsScientificInternships.cs
Generated by
1.8.11