2024-10-06 14:51:58 +02:00
|
|
|
namespace WatchIt.Common.Model.Roles;
|
|
|
|
|
|
2024-10-08 19:56:14 +02:00
|
|
|
public interface IActorRoleMediaRequest : IActorRoleRequest
|
2024-10-06 14:51:58 +02:00
|
|
|
{
|
|
|
|
|
#region PROPERTIES
|
|
|
|
|
|
2024-10-08 19:56:14 +02:00
|
|
|
public long PersonId { get; set; }
|
2024-10-06 14:51:58 +02:00
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
}
|