restore l'edition du profile

This commit is contained in:
Paul Schneider 2017-06-08 22:45:34 +02:00
commit f8e0f58f02
4 changed files with 24 additions and 36 deletions

View file

@ -2,7 +2,6 @@ using Yavsc.Models;
using Yavsc.Models.Haircut;
using Microsoft.AspNet.Authorization;
using Yavsc.Controllers.Generic;
using Yavsc.Services;
namespace Yavsc.Controllers
{
@ -10,7 +9,7 @@ namespace Yavsc.Controllers
public class BrusherProfileController : SettingsController<BrusherProfile>
{
public BrusherProfileController(ApplicationDbContext context, IBillingService billing) : base(context, billing)
public BrusherProfileController(ApplicationDbContext context) : base(context)
{
}