7 lines
99 B
C#
7 lines
99 B
C#
namespace Umbraco.Core.Models
|
|
{
|
|
public interface IPartialView : IFile
|
|
{
|
|
|
|
}
|
|
} |