From eecb62a07b618d1e6487f57fed95925d298d0280 Mon Sep 17 00:00:00 2001 From: ImTorai <33229983+ImTorai@users.noreply.github.com> Date: Mon, 30 Oct 2017 17:28:52 +0100 Subject: [PATCH] Update Global.asax.cs --- DNP_CourseAssignment/WebService/Global.asax.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DNP_CourseAssignment/WebService/Global.asax.cs b/DNP_CourseAssignment/WebService/Global.asax.cs index 0431415..bdc077e 100644 --- a/DNP_CourseAssignment/WebService/Global.asax.cs +++ b/DNP_CourseAssignment/WebService/Global.asax.cs @@ -6,7 +6,7 @@ using System.Web.Mvc; using System.Web.Optimization; using System.Web.Routing; - +using System.web.mvvm; namespace WebService { public class WebApiApplication : System.Web.HttpApplication