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