refactoring

This commit is contained in:
Paul Schneider 2017-02-11 15:46:26 +01:00
commit 8e658d2bb4
21 changed files with 135 additions and 29 deletions

View file

@ -11,7 +11,7 @@ namespace Yavsc.Controllers
{
using Helpers;
using Models;
using Models.Booking;
using Models.Workflow;
using ViewModels.FrontOffice;
public class FrontOfficeController : Controller
{