7 lines
119 B
C#
7 lines
119 B
C#
namespace Yavsc.Server.Interfaces
|
|
{
|
|
public interface INamedObject
|
|
{
|
|
string Name { get; set; }
|
|
}
|
|
} |