Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/Notification/Commands/AddRequest.cs
ra6e33d1 re882b92 3 3 namespace ChapterX.Application.Notification.Commands 4 4 { 5 public record AddRequest(string Content, int? RecipientUserId = null, string? Type= null, string? Link = null) : IRequest<AddResponse>;5 public record AddRequest(string Content, string ContentType, int UserId, int? StoryId = null, string? Link = null) : IRequest<AddResponse>; 6 6 }
Note:
See TracChangeset
for help on using the changeset viewer.
