Files
Umbraco-CMS/src/Umbraco.Tests/Persistence/Repositories/EntityRepositoryTests.cs

13 lines
217 B
C#
Raw Normal View History

2017-05-12 14:49:44 +02:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Umbraco.Tests.Persistence.Repositories
{
class EntityRepositoryTests
{
}
}