refactoring

This commit is contained in:
Paul Schneider 2018-12-27 23:53:27 +00:00
commit 18d1b7fea4
8 changed files with 33 additions and 11 deletions

View file

@ -8,7 +8,7 @@ using Microsoft.Data.Entity;
namespace Yavsc.Controllers
{
using Models;
using Models.IT.Maintaining;
using Models.IT.Evolution;
public class FeatureController : Controller
{
private ApplicationDbContext _context;