ScientificReport
Main Page
Related Pages
Packages
Classes
Files
File List
TeacherReportsGrants.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
TeacherReportsGrants
7
{
8
[Key]
9
public
Guid Id {
get
;
set
; }
10
11
public
virtual
TeacherReport
TeacherReport
{
get
;
set
; }
12
13
public
virtual
Grant
Grant
{
get
;
set
; }
14
15
}
16
}
ScientificReport.DAL.Entities.Grant
Definition:
Grant.cs:8
System
ScientificReport.DAL.Entities.Reports.TeacherReport
Definition:
TeacherReport.cs:9
ScientificReport.DAL.Entities.Reports.TeacherReportsGrants
Definition:
TeacherReportsGrants.cs:6
ScientificReport
ScientificReport.DAL
Entities
Reports
TeacherReportsGrants.cs
Generated by
1.8.11