 | AwsomApiContextTeacherSelections Property |
Gets or sets the teacher selections.
Namespace:
awsomAPI.Models
Assembly:
awsomAPI (in awsomAPI.exe) Version: 1.0.0
Syntaxpublic DbSet<StudentTeacherSelectedRelation> TeacherSelections { get; set; }Property Value
Type:
DbSetStudentTeacherSelectedRelation The teacher selections.
See Also