yavsc/Yavsc.Abstract/Interfaces/Models/IOwned.cs
2018-05-07 11:40:27 +02:00

7 lines
No EOL
103 B
C#

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