- Timestamp:
- 10/22/21 21:47:17 (3 years ago)
- Branches:
- dev
- Children:
- 466d1ac, 5ad5988
- Parents:
- 81c2e6f (diff), 70e04f1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/FinkiChattery/FinkiChattery.Persistence/Models/Question.cs
r81c2e6f r8b6791f 34 34 public string Search { get; set; } 35 35 36 public long AnswersCount { get; set; } 37 36 38 public virtual ICollection<Answer> Answers { get; set; } 37 39
Note:
See TracChangeset
for help on using the changeset viewer.