re-organisation

This commit is contained in:
Paul Schneider 2018-05-04 13:56:22 +02:00
commit ecdd4a794e
37 changed files with 2862 additions and 2862 deletions

View file

@ -1,17 +0,0 @@
using Yavsc.Models;
using Yavsc.Models.Haircut;
using Microsoft.AspNet.Authorization;
using Yavsc.Controllers.Generic;
namespace Yavsc.Controllers
{
[Authorize(Roles="Performer")]
public class BrusherProfileController : SettingsController<BrusherProfile>
{
public BrusherProfileController(ApplicationDbContext context) : base(context)
{
}
}
}