Adding xml extensions for Content to generate xml for the xml cache. Adding test for xml generation.
10 lines
239 B
C#
10 lines
239 B
C#
namespace Umbraco.Core.Services
|
|
{
|
|
/// <summary>
|
|
/// Marker interface for services, which is used to store difference services in a list or dictionary
|
|
/// </summary>
|
|
public interface IService
|
|
{
|
|
|
|
}
|
|
} |