Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/Collaboration/Commands/UpdateRequest.cs
ra6e33d1 re882b92 3 3 namespace ChapterX.Application.Collaboration.Commands 4 4 { 5 public record UpdateRequest(int Id, string Role ) : IRequest<UpdateResponse>;5 public record UpdateRequest(int Id, string Role, int? PermissionLevel = null) : IRequest<UpdateResponse>; 6 6 }
Note:
See TracChangeset
for help on using the changeset viewer.
