Files
WatchIt/WatchIt.Common/WatchIt.Common.Model/Roles/IActorRolePersonRequest.cs

10 lines
189 B
C#

namespace WatchIt.Common.Model.Roles;
public interface IActorRolePersonRequest : IActorRoleRequest
{
#region PROPERTIES
public long MediaId { get; set; }
#endregion
}