yavsc/Yavsc.Server/Interfaces/IOwned.cs

7 lines
103 B
C#

namespace Yavsc.Interfaces
{
public interface IOwned
{
string OwnerId { get; }
}
}