bill
This commit is contained in:
@ -1,13 +1,14 @@
|
||||
using Yavsc.Controllers.Generic;
|
||||
using Yavsc.Models;
|
||||
using Yavsc.Models.Workflow.Profiles;
|
||||
using Yavsc.Services;
|
||||
|
||||
namespace Yavsc.Controllers
|
||||
{
|
||||
public class FormationSettingsController : SettingsController<FormationSettings>
|
||||
{
|
||||
|
||||
public FormationSettingsController(ApplicationDbContext context) : base(context)
|
||||
public FormationSettingsController(ApplicationDbContext context, IBillingService billing) : base(context, billing)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user