This commit is contained in:
perploug
2014-03-05 20:12:45 +01:00
79 changed files with 240 additions and 4035 deletions

View File

@@ -87,6 +87,8 @@ namespace Umbraco.Web.Install.Controllers
/// <returns></returns>
public HttpResponseMessage PostCheckDbConnection()
{
//TODO: Look into using SqlExtensions.IsConnectionAvailable which i started making for this
throw new NotImplementedException();
}