This commit is contained in:
Paul Schneider 2017-02-28 14:53:26 +01:00
commit 238af7655c
4 changed files with 0 additions and 7 deletions

View file

@ -1,4 +1,3 @@
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
using System.Security.Claims;
@ -6,7 +5,6 @@ using Microsoft.Data.Entity;
using Yavsc.Models;
using Yavsc.Models.Haircut;
using Microsoft.AspNet.Authorization;
using System;
namespace Yavsc.Controllers
{