@ -13,12 +13,10 @@ using System.Threading.Tasks;
namespace Yavsc.Controllers
{
using System.Collections.Generic;
using System.IO;
using Models;
using Yavsc;
using Yavsc.Helpers;
using Yavsc.Models.Workflow;
[AllowAnonymous]
public class HomeController : Controller
@ -1,7 +1,6 @@
using System;
using Microsoft.Data.Entity;
using Microsoft.Data.Entity.Infrastructure;
using Microsoft.Data.Entity.Metadata;
using Microsoft.Data.Entity.Migrations;
using Yavsc.Models;
@ -1,5 +1,3 @@
namespace Yavsc.Migrations