11 lines
149 B
C#
11 lines
149 B
C#
namespace Streetwriters.Common.Interfaces
|
|
{
|
|
public interface IDocument
|
|
{
|
|
string Id
|
|
{
|
|
get; set;
|
|
}
|
|
}
|
|
}
|