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

10 lines
165 B
C#
Raw Normal View History

2024-10-09 01:16:05 +02:00
namespace WatchIt.Common.Model.Roles;
public interface ICreatorRoleRequest
{
#region PROPERTIES
public short TypeId { get; set; }
#endregion
}