removes warnings

This commit is contained in:
Paul Schneider 2017-01-06 14:55:48 +01:00
commit db7d7edc45
29 changed files with 25 additions and 63 deletions

View file

@ -1,12 +1,10 @@
using System.Linq;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.Data.Entity;
using Yavsc.Models;
using Yavsc.Models.Relationship;
namespace Yavsc.Controllers
{
using Models;
using Models.Relationship;
public class LocationTypesController : Controller
{
private ApplicationDbContext _context;