Changeset e882b92 for ChapterX.API/Controllers/NotificationsController.cs
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.API/Controllers/NotificationsController.cs
ra6e33d1 re882b92 35 35 isRead = n.IsRead, 36 36 createdAt = n.CreatedAt, 37 type = n.Type ?? "info", 37 contentType = n.ContentType, 38 storyId = n.StoryId, 38 39 link = n.Link, 39 40 });
Note:
See TracChangeset
for help on using the changeset viewer.
