fixes compilation warnings

main
Paul Schneider 8 years ago
parent 9dd69ebf7f
commit cf6b2701f2
6 changed files with 0 additions and 10 deletions

@ -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 @@
using System;
using System.Collections.Generic;
using Microsoft.Data.Entity.Migrations;
namespace Yavsc.Migrations

@ -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 @@
using System;
using System.Collections.Generic;
using Microsoft.Data.Entity.Migrations;
namespace Yavsc.Migrations

@ -1,5 +1,3 @@
using System;
using System.Collections.Generic;
using Microsoft.Data.Entity.Migrations;
namespace Yavsc.Migrations

Loading…