- Timestamp:
- 10/31/21 12:13:35 (3 years ago)
- Branches:
- dev
- Children:
- 7c3e6a8
- Parents:
- ad0fcd3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/FinkiChattery/FinkiChattery.Persistence/Models/Student.cs
rad0fcd3 rad079e5 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 1 using System.Collections.Generic; 6 2 7 3 namespace FinkiChattery.Persistence.Models … … 22 18 23 19 public virtual ICollection<Question> Questions { get; set; } 24 20 25 21 public virtual ICollection<Answer> Answers { get; set; } 26 22 27 23 public virtual ICollection<StudentTeam> StudentTeams { get; set; } 28 24 }
Note:
See TracChangeset
for help on using the changeset viewer.