restore l'edition du profile
This commit is contained in:
parent
750e679c9f
commit
f8e0f58f02
4 changed files with 24 additions and 36 deletions
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue