Files
Umbraco-CMS/src/Umbraco.Tests/Persistence/Repositories/EntityRepositoryTests.cs
2017-05-24 12:25:39 +02:00

13 lines
217 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Umbraco.Tests.Persistence.Repositories
{
class EntityRepositoryTests
{
}
}