Split BusinessLogic from WebApp

This commit is contained in:
2016-12-13 22:09:38 +01:00
parent 4e0304d9a4
commit 577e8b4127
35 changed files with 125 additions and 2410 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text;
using System.Web.UI;
using System.Web.UI.WebControls;
using VAR.Focus.Web.Code.JSON;
using VAR.Focus.BusinessLogic.JSON;
namespace VAR.Focus.Web.Controls
{