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