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

10 lines
165 B
C#

namespace WatchIt.Common.Model.Roles;
public interface ICreatorRoleRequest
{
#region PROPERTIES
public short TypeId { get; set; }
#endregion
}