seems to be due to mono upgrade ...

This commit is contained in:
Paul Schneider 2017-09-05 23:19:16 +02:00
commit 88a32783ab
2 changed files with 10 additions and 11 deletions

View file

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