bill
This commit is contained in:
@ -2,6 +2,7 @@ using Yavsc.Models;
|
||||
using Yavsc.Models.Haircut;
|
||||
using Microsoft.AspNet.Authorization;
|
||||
using Yavsc.Controllers.Generic;
|
||||
using Yavsc.Services;
|
||||
|
||||
namespace Yavsc.Controllers
|
||||
{
|
||||
@ -9,7 +10,7 @@ namespace Yavsc.Controllers
|
||||
public class BrusherProfileController : SettingsController<BrusherProfile>
|
||||
{
|
||||
|
||||
public BrusherProfileController(ApplicationDbContext context) : base(context)
|
||||
public BrusherProfileController(ApplicationDbContext context, IBillingService billing) : base(context, billing)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user