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

10 lines
193 B
C#

namespace WatchIt.Common.Model.Roles;
public interface ICreatorRoleMediaRequest : ICreatorRoleRequest
{
#region PROPERTIES
public long PersonId { get; set; }
#endregion
}