[Code reorg]

main
Paul Schneider 8 years ago
parent c1d1a2da2c
commit 9dd69ebf7f
1 changed files with 3 additions and 6 deletions

@ -1,16 +1,13 @@
using System.Collections.Generic;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Linq;
using Microsoft.AspNet.Mvc; using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Rendering; using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.Data.Entity; using Microsoft.Data.Entity;
using Yavsc.Models;
using Yavsc.Models.IT.Maintaining;
using System;
using System.Collections.Generic;
namespace Yavsc.Controllers namespace Yavsc.Controllers
{ {
using Models;
using Models.IT.Maintaining;
public class FeatureController : Controller public class FeatureController : Controller
{ {
private ApplicationDbContext _context; private ApplicationDbContext _context;

Loading…