PersonRolesEditCreatorComponent fixed

This commit is contained in:
2024-10-09 01:16:05 +02:00
Unverified
parent 28061cdcf4
commit f416c62ea6
10 changed files with 52 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
namespace WatchIt.Common.Model.Roles;
public interface ICreatorRolePersonRequest : ICreatorRoleRequest
{
#region PROPERTIES
public long MediaId { get; set; }
#endregion
}