Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/Notification/Commands/AddHandler.cs
ra6e33d1 re882b92 21 21 { 22 22 Content = request.Content, 23 ContentType = request.ContentType, 23 24 IsRead = false, 25 Link = request.Link, 26 UserId = request.UserId, 27 StoryId = request.StoryId, 24 28 CreatedAt = DateTime.UtcNow, 25 RecipientUserId = request.RecipientUserId,26 Type = request.Type,27 Link = request.Link,28 29 }; 29 30
Note:
See TracChangeset
for help on using the changeset viewer.
