8 lines
112 B
C#
8 lines
112 B
C#
namespace Filtration.Interface
|
|
{
|
|
public interface IDocument
|
|
{
|
|
bool IsScript { get; }
|
|
}
|
|
}
|