10 lines
260 B
C#
10 lines
260 B
C#
namespace Umbraco.Core.Services
|
|
{
|
|
/// <summary>
|
|
/// Placehold for sharing logic between the content, media (and member) services
|
|
/// TODO: Start sharing the logic!
|
|
/// </summary>
|
|
public interface IContentServiceBase : IService
|
|
{ }
|
|
}
|