roles endpoints in media controller added
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using WatchIt.Database.Model.Person;
|
||||
|
||||
namespace WatchIt.Common.Model.Roles;
|
||||
|
||||
@@ -13,4 +14,12 @@ public interface ICreatorRolePersonRequest
|
||||
short TypeId { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
#region PUBLIC METHODS
|
||||
|
||||
PersonCreatorRole CreateCreatorRole(long personId);
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user