[Code reorg]

This commit is contained in:
2017-12-19 09:55:46 +01:00
parent c1d1a2da2c
commit 9dd69ebf7f

View File

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