AyCode.Core/AyCode.Interfaces/IOwnerId.cs

7 lines
89 B
C#

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