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

@ -1,14 +1,13 @@
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, IBillingService billing) : base(context, billing)
public FormationSettingsController(ApplicationDbContext context) : base(context)
{
}