9 lines
177 B
C#
9 lines
177 B
C#
namespace Umbraco.Core.Persistence
|
|
{
|
|
/// <summary>
|
|
/// Defines the base implementation of a repository.
|
|
/// </summary>
|
|
public interface IRepository
|
|
{ }
|
|
}
|