AyCode.Core/AyCode.Interfaces/IOwnerId.cs

7 lines
94 B
C#

namespace AyCode.Interfaces;
public interface IOwnerId
{
Guid OwnerId { get; set; }
}