Files
Umbraco-CMS/src/Umbraco.Core/Persistence/IRepository.cs
2017-12-07 16:45:25 +01:00

9 lines
177 B
C#

namespace Umbraco.Core.Persistence
{
/// <summary>
/// Defines the base implementation of a repository.
/// </summary>
public interface IRepository
{ }
}