AB3981 - Review fixes - Moved abstractions into namespace folders, removed code that was commented out, removed unused code, added xml doc

This commit is contained in:
Bjarke Berg
2019-12-04 10:39:49 +01:00
parent 42ef37f0a3
commit 886a298b3d
36 changed files with 68 additions and 74 deletions

View File

@@ -199,10 +199,6 @@ namespace Umbraco.Tests.Cache.DistributedCache
throw new NotImplementedException();
}
public string GetCurrentServerUmbracoApplicationUrl()
{
throw new NotImplementedException();
}
}
public class TestServerAddress : IServerAddress