8 lines
89 B
C#
8 lines
89 B
C#
namespace Umbraco.Core.Models
|
|
{
|
|
public interface IXsltFile : IFile
|
|
{
|
|
|
|
}
|
|
}
|