Logger and exceptionManager
This commit is contained in:
CMS4390\marantalu
2017-12-04 17:23:22 +01:00
parent 706c4763c0
commit e63dc12dff
21 changed files with 3418 additions and 93 deletions
-2
View File
@@ -4,8 +4,6 @@ using System.Linq;
using System.Web;
using Microsoft.AspNet.SignalR;
using Microsoft.AspNet.SignalR.Hubs;
using Step.Attributes;
using static Step.Config.Constants;
namespace Step.Controllers
{
+1 -2
View File
@@ -1,7 +1,6 @@
using Step.Model;
using System.Web.Http;
using Step.Database.Controllers;
using static Step.Config.Constants;
using static Step.Utils.Constants;
namespace Step.Controllers
{