Class UpdateRecentlyAccessedView.Command
- Namespace
- Raytha.Application.Admins.Commands
- Assembly
- Raytha.Application.dll
public record UpdateRecentlyAccessedView.Command : IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, IEquatable<UpdateRecentlyAccessedView.Command>
- Inheritance
-
UpdateRecentlyAccessedView.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
ContentTypeId
public ShortGuid ContentTypeId { get; init; }
Property Value
- ShortGuid
UserId
public ShortGuid UserId { get; init; }
Property Value
- ShortGuid
ViewId
public ShortGuid ViewId { get; init; }
Property Value
- ShortGuid